Python wrapper for slideshare apiSample Usagefrom pyslideshare import pyslideshare
api_key = '' # Your api key
secret_key = '' # Your secret key
obj = pyslideshare.pyslideshare(locals(), verbose=True)
print obj.get_slideshow(slideshow_id=436333) Features- Proxy support
- Support for downloading presentation from slideshare. (We are the first!)
- Sample code to get you easily started
List of methods- get_slideshow_by_user
- get_slideshow
- get_slideshow_by_tag
- get_slideshow_by_group
- upload_slideshow
- delete_slideshow
- download_slideshow New
help(pyslideshare) should explain you the usage SupportEmail me : prabhu dot subramanian at gmail dot com, gtalk : prabhu.subramanian
|