{ "info": { "author": "Christian Ledermann", "author_email": "christian.ledermann@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Introduction\n =============\n \n Lean and complete SlideShare_ API Implementation.\n \n Usage\n -----\n \n >>> import slideshare\n >>> API_KEY = 'ABC' #You have to provide your own valid key here\n >>> SHARED_SECRET = 'DEFG' #You have to provide your own valid secret here\n >>> api = slideshare.SlideshareAPI(API_KEY,SHARED_SECRET)\n >>> help(slideshare.SlideshareAPI)\n >>> sl_id = '21834196'\n >>> api.get_slideshow(slideshow_id=sl_id)\n \n For more examples please refer to the tests_\n \n \n Methods\n --------\n \n - add_favorite\n - check_favorite\n - delete_slideshow\n - edit_slideshow\n - get_slideshow\n - get_slideshow_by_group (untested)\n - get_slideshows_by_tag\n - get_slideshows_by_user\n - get_user_campaign_leads (untested)\n - get_user_campaigns\n - get_user_contacts\n - get_user_favorites\n - get_user_groups (raises HTTPError: HTTP Error 500: Internal Server Error)\n - get_user_leads\n - get_user_tags\n - search_slideshows\n - upload_slideshow\n \n \n Testing\n --------\n \n You need to create a file secret.py which has the content\n \n ::\n \n # DO NOT check these into git\n API_KEY = 'your api key'\n SHARED_SECRET = 'your shared secret'\n USERNAME = 'your username'\n PASSWORD = 'your password'\n \n You have to fill in the values of your slideshare account. Then you can\n run the tests with\n \n ::\n \n python setup.py test\n \n Some tests assume a slideshow_id you have to be able to edit or delete,\n you will have to change these values otherwise the tests will fail.\n \n Links\n -----\n \n - Code repository: https://github.com/cleder/slideshare\n - Report bugs at: https://github.com/cleder/slideshare/issues\n - Questions and comments to: http://groups.google.com/group/slideshare-developers\n \n \n .. _tests: https://github.com/cleder/slideshare/blob/master/slideshare/test_main.py\n .. _SlideShare: http://www.slideshare.net/", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cleder/slideshare", "keywords": "slideshare api rest", "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "slideshare", "package_url": "https://pypi.org/project/slideshare/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/slideshare/", "project_urls": { "Homepage": "https://github.com/cleder/slideshare" }, "release_url": "https://pypi.org/project/slideshare/0.1dev/", "requires_dist": null, "requires_python": null, "summary": "Slideshare API client", "version": "0.1dev" }, "last_serial": 712156, "releases": { "0.1dev": [ { "comment_text": "", "digests": { "md5": "26b2cc6473a80e4ea3969a84f331a0d2", "sha256": "76ee423e6d3f979ab221277eef5b4e87889ea0b219e2ac9a5519ac8a6292f2d4" }, "downloads": -1, "filename": "slideshare-0.1dev.tar.gz", "has_sig": false, "md5_digest": "26b2cc6473a80e4ea3969a84f331a0d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9119, "upload_time": "2013-05-28T16:40:03", "url": "https://files.pythonhosted.org/packages/e4/35/4579ccde1ceac61db6310d48a4c03855fcaa8cdea1161fab2024f95be0c3/slideshare-0.1dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "26b2cc6473a80e4ea3969a84f331a0d2", "sha256": "76ee423e6d3f979ab221277eef5b4e87889ea0b219e2ac9a5519ac8a6292f2d4" }, "downloads": -1, "filename": "slideshare-0.1dev.tar.gz", "has_sig": false, "md5_digest": "26b2cc6473a80e4ea3969a84f331a0d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9119, "upload_time": "2013-05-28T16:40:03", "url": "https://files.pythonhosted.org/packages/e4/35/4579ccde1ceac61db6310d48a4c03855fcaa8cdea1161fab2024f95be0c3/slideshare-0.1dev.tar.gz" } ] }