Skip to content

A pastebin library written in C with an optional frontend for CLI use

Notifications You must be signed in to change notification settings

camilaespia/libpastebin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#libpastebin#

libpastebin contains the api for pastebin.com written in C.

Dependencies are simple for the library, since only libcurl is needed.

Installation should be as simple as:

sudo apt-get install libcurl4-openssl-dev

== Compiling ==

The makefile is pretty braindead and only builds 3 things:

  • libpastebin -- Just the file libpastebin.so, in the lib directory
  • pb -- a self-contained executable that allows you to paste files to pastebin. Look at bin/pb --help for more information. This is the default for make all
  • pb_debug -- Same as above, with a lot of debugging output.

About

A pastebin library written in C with an optional frontend for CLI use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • C++ 2.7%