{ "info": { "author": "Ian Clark", "author_email": "idclark13@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "==========\nwrap-it-up\n==========\n\nToy python wrapper as I experiment with the [Official Reddit API](http://www.reddit.com/dev/api)\nIt's not intended to compete with or be as comprehensive as [PRAW](https://praw.readthedocs.org/en/latest/)[PRAW]\n\nUsage\n===========\nThe package is broken down into modules following the structure of the API.\nBrief overview:\n\nAccounts\n--------\nlogin, create and delete user accounts::\n\n client = user_login('your_username', 'your_password')\n\n your_overview = current_account_overview(client)\n\nUsers\n-------\nRetrieve the activity of a given Reddit account, options include: overview, submissions, comments and likes::\n\n user_submissions = get_user_activity('submitted', 'valid_username', 'top', 100, 'year')\n\nSubreddits\n------------\nRetrieve info about a given, or all subreddits of a logged in client. More to come::\n\n python_overview = about_subreddit('python')", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/idclark/wrap-it-up", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/idclark/wrap-it-up", "keywords": "wrapper,reddit", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "reddit_py", "package_url": "https://pypi.org/project/reddit_py/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/reddit_py/", "project_urls": { "Download": "https://github.com/idclark/wrap-it-up", "Homepage": "https://github.com/idclark/wrap-it-up" }, "release_url": "https://pypi.org/project/reddit_py/0.1/", "requires_dist": null, "requires_python": null, "summary": "A lightweight wrapper for interacting with the Reddit API", "version": "0.1" }, "last_serial": 1016649, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2e4f5dc58fb5c33b95dbb2e8649d19b6", "sha256": "e2612bb19f42996035c967e1e4b9c8f3d441a8d68e9c3485530e91cc860e6dc7" }, "downloads": -1, "filename": "reddit_py-0.1.tar.gz", "has_sig": false, "md5_digest": "2e4f5dc58fb5c33b95dbb2e8649d19b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6505, "upload_time": "2014-03-02T22:01:57", "url": "https://files.pythonhosted.org/packages/61/7c/d766293bd358620d5f61170c011cb164a23fe7ff0ae1c9e5e4603fc3d406/reddit_py-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2e4f5dc58fb5c33b95dbb2e8649d19b6", "sha256": "e2612bb19f42996035c967e1e4b9c8f3d441a8d68e9c3485530e91cc860e6dc7" }, "downloads": -1, "filename": "reddit_py-0.1.tar.gz", "has_sig": false, "md5_digest": "2e4f5dc58fb5c33b95dbb2e8649d19b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6505, "upload_time": "2014-03-02T22:01:57", "url": "https://files.pythonhosted.org/packages/61/7c/d766293bd358620d5f61170c011cb164a23fe7ff0ae1c9e5e4603fc3d406/reddit_py-0.1.tar.gz" } ] }