A complete pastebin.com API wrapper for Python
$ git clone https://github.com/six519/PastebinPython.git
Create an account to http://pastebin.com/signup
After logging in, you can get your unique developer API key to http://pastebin.com/api
Install the PastebinPython module by executing either one of the command
- easy_install pastebin_python
- pip install pastebin_python
You can verify if the installation is successfull by running this command with no errors in Python interactive shell:
>>> import pastebin_python >>> pastebin_python.__version__ '1.2'