PastebinPython

A complete pastebin.com API wrapper for Python

PastebinPython source code URL

https://github.com/six519/PastebinPython

Cloning the source code

$ git clone https://github.com/six519/PastebinPython.git

Steps to get PastebinPython running

  • 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

    1. easy_install pastebin_python
    2. 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'
    

Table Of Contents

Previous topic

Welcome to pastebin_python’s documentation!

Next topic

Code Documentation

This Page