{ "info": { "author": "Hannes K\u00f6rber", "author_email": "hannes.koerber@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Internet", "Topic :: Multimedia :: Graphics" ], "description": "======\nReadme\n======\n\nWork in progress.\n\nThis software uses RedditImageGrab by Daniel Brown, which can be found at\nhttp://github.com/dpbrown/RedditImageGrab.\n\noriginal \"readme.txt\" of RedditImageGrab:\n\nI created this script to download the latest (and greatest) wallpapers\noff of image subreddits like wallpaper to keep my desktop wallpaper\nfresh and interesting. The main idea is that the script would download\nany JPEG or PNG formatted image that it found listed in the specified\nsubreddit and download them to a folder.\n\nAn example of running this script to download images with a score\ngreater than 50 from the wallpaper sub-reddit into a folder called\nwallpaper would be as follows:\n\n python redditdownload.py wallpaper wallpaper -score 50\n\nAnd to run the same query but only get new images you don't already\nhave, run the following:\n\n python redditdownload.py wallpaper wallpaper -score 50 -update\n\nAdvanced Examples:\n\nRetrieve last 10 pics in the 'wallpaper' subreddit with the word\n\"sunset\" in the title (note: case is ignored by (?i) predicate)\n\n python redditdownload.py wallpaper sunsets -regex '(?i).*sunset.*' -num 10", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/whatevsz/reddit-download/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/whatevsz/reddit-download", "keywords": "reddit image imgur download", "license": "GNU GPL", "maintainer": null, "maintainer_email": null, "name": "reddit-download", "package_url": "https://pypi.org/project/reddit-download/", "platform": "Linux", "project_url": "https://pypi.org/project/reddit-download/", "project_urls": { "Download": "http://github.com/whatevsz/reddit-download/releases", "Homepage": "http://github.com/whatevsz/reddit-download" }, "release_url": "https://pypi.org/project/reddit-download/0.1/", "requires_dist": null, "requires_python": null, "summary": "A downloader for images from reddit.", "version": "0.1" }, "last_serial": 857412, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ca4c0a6a1d6ece4227fec7627113cb83", "sha256": "b7d4fe23da9eebbcd6dd78832ed22984e311064bab7b2010ff4aafb038516451" }, "downloads": -1, "filename": "reddit-download-0.1.tar.gz", "has_sig": false, "md5_digest": "ca4c0a6a1d6ece4227fec7627113cb83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23845, "upload_time": "2013-09-05T01:39:38", "url": "https://files.pythonhosted.org/packages/09/52/fb83860e98f1bee469b08da6d8c494df58820750c266ab7a9be243ec8ac4/reddit-download-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ca4c0a6a1d6ece4227fec7627113cb83", "sha256": "b7d4fe23da9eebbcd6dd78832ed22984e311064bab7b2010ff4aafb038516451" }, "downloads": -1, "filename": "reddit-download-0.1.tar.gz", "has_sig": false, "md5_digest": "ca4c0a6a1d6ece4227fec7627113cb83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23845, "upload_time": "2013-09-05T01:39:38", "url": "https://files.pythonhosted.org/packages/09/52/fb83860e98f1bee469b08da6d8c494df58820750c266ab7a9be243ec8ac4/reddit-download-0.1.tar.gz" } ] }