{ "info": { "author": "Jeffrey McAthey", "author_email": "jeffmcathey@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# reddit_image_downloader\n## Description:\nThe script will pull the top posts from the subreddit you give it.\n\nIt will look through the posts to find images and then download them to /images.\n\nYou will need a bot login for Reddit. See: https://github.com/reddit-archive/reddit/wiki/OAuth2-Quick-Start-Example#first-steps\n\nFor praw config information see: https://praw.readthedocs.io/en/latest/getting_started/configuration/prawini.html. \n```\nRequired praw.ini entries are:\n- [download_bot]\n- client_id=\n- client_secret=\n- user_agent='Python:reddit_image_downloader:0.0.2 (by /u/merchantjeff)'\n```\n## Usage\n```\nusage: main.py [-h] [-l LIMIT] [-a] [-s {new,hot,top,rising}] [-v]\n sub [sub ...]\n\nTool allowing the downloading of images and gifs from listed subreddit.\n\npositional arguments:\n sub Input subreddit for downloading.\n\noptional arguments:\n -h, --help show this help message and exit\n -l LIMIT, --limit LIMIT\n Number of submissions to be downloaded.\n -a, --album Allow Imgur albums\n -s {new,hot,top,rising}, --sort {new,hot,top,rising}\n Change default sort.\n -v, --verbose More verbose logging.\n```\n\n## Requirements\nas per requirements.txt\n\n```pip install -r requirements.txt```\n## Notes\nLogging is on at debug as default, it creates a main.log file on run.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/jeffmc/reddit_image_downloader", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "reddit-downloader", "package_url": "https://pypi.org/project/reddit-downloader/", "platform": "", "project_url": "https://pypi.org/project/reddit-downloader/", "project_urls": { "Homepage": "https://gitlab.com/jeffmc/reddit_image_downloader" }, "release_url": "https://pypi.org/project/reddit-downloader/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Image downloader based on subreddit.", "version": "0.0.2" }, "last_serial": 5925566, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "e4a5b8e159b1fa5abd145ad27aadc2d3", "sha256": "745c972c72af56ce3bfd12caeafacfe0fe4c38c6e8229ec66f7e20d39fcb5b05" }, "downloads": -1, "filename": "reddit_downloader-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e4a5b8e159b1fa5abd145ad27aadc2d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5807, "upload_time": "2019-10-03T21:35:29", "url": "https://files.pythonhosted.org/packages/92/4e/f55dc463a5671ff177bdbe2918f8d6aff08a782b8ac865af337976a9d32e/reddit_downloader-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22b0263e7de9bb0335ccf73edccc007f", "sha256": "df6dc50cef4a190df22bb614adda888935a2e0c0767ad9cb727127c4b297fc22" }, "downloads": -1, "filename": "reddit_downloader-0.0.2.tar.gz", "has_sig": false, "md5_digest": "22b0263e7de9bb0335ccf73edccc007f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4393, "upload_time": "2019-10-03T21:35:31", "url": "https://files.pythonhosted.org/packages/f0/da/941de0e2124a746b55d0c159ccd50c17b8ffb95509d1680eeb8839adaf7a/reddit_downloader-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e4a5b8e159b1fa5abd145ad27aadc2d3", "sha256": "745c972c72af56ce3bfd12caeafacfe0fe4c38c6e8229ec66f7e20d39fcb5b05" }, "downloads": -1, "filename": "reddit_downloader-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e4a5b8e159b1fa5abd145ad27aadc2d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5807, "upload_time": "2019-10-03T21:35:29", "url": "https://files.pythonhosted.org/packages/92/4e/f55dc463a5671ff177bdbe2918f8d6aff08a782b8ac865af337976a9d32e/reddit_downloader-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "22b0263e7de9bb0335ccf73edccc007f", "sha256": "df6dc50cef4a190df22bb614adda888935a2e0c0767ad9cb727127c4b297fc22" }, "downloads": -1, "filename": "reddit_downloader-0.0.2.tar.gz", "has_sig": false, "md5_digest": "22b0263e7de9bb0335ccf73edccc007f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4393, "upload_time": "2019-10-03T21:35:31", "url": "https://files.pythonhosted.org/packages/f0/da/941de0e2124a746b55d0c159ccd50c17b8ffb95509d1680eeb8839adaf7a/reddit_downloader-0.0.2.tar.gz" } ] }