Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    python-scribd 1.1.0

    Download button

    No screenshots available
    Downloads: 1,118  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Arkadiusz Wahlig | More programs
    BSD License / FREE
    October 19th, 2009, 13:10 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    python-scribd description

    Scribd client library for the Python language

    python-scribd is a Python library providing a high-level object oriented interface to the scribd.com website RESTful API.

    Simple yet powerful library for the Scribd API, allowing to write Python applications or websites that upload, convert, display, search, and control documents in many formats using the Scribd platform.

    Scribd is the largest social publishing company in the world — the website where more than 60 million people each month discover and share original writings and documents.

    Quick example

    import scribd

    # Pass your Scribd API account keys to the library.
    scribd.config('api_key', 'api_secret')

    # Print all documents of the user that registered the API account.
    for document in scribd.api_user.all():
     print 'Title:', document.title
     print 'Description:' document.description

    # Log in some user.
    user = scribd.login('jsmith', 'password')

    # Upload a private document on the user's behalf.
    document = user.upload(open('document_to_upload.pdf', 'rb'), access='private')

    # Set the document's author.
    document.author = 'John Smith'
    document.save()


    Warning!
    The API may still change. It will be frozen for the first release.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    Scribd client | Python library | RESTful API | Python | Scribd | library

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM