My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

Python wrapper for slideshare api

Sample Usage

from 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

Support

Email me : prabhu dot subramanian at gmail dot com, gtalk : prabhu.subramanian

Powered by Google Project Hosting