python-scribd

Scribd client library for the Python language
Download

python-scribd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Arkadiusz Wahlig
  • Publisher web site:
  • http://code.google.com/u/@UxRUS1VYABNDXQd8/

python-scribd Tags


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 exampleimport 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. Requirements: · Python


python-scribd Related Software