Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dxf/RedditImgFetch
Python tool to fetch a random image from any subreddit. BETA
https://github.com/dxf/RedditImgFetch
Last synced: 3 months ago
JSON representation
Python tool to fetch a random image from any subreddit. BETA
- Host: GitHub
- URL: https://github.com/dxf/RedditImgFetch
- Owner: dxf
- License: apache-2.0
- Archived: true
- Created: 2018-07-11T09:44:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T13:53:50.000Z (about 6 years ago)
- Last Synced: 2024-05-27T12:08:42.206Z (6 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RedditImgFetch
Python tool to fetch a random image from any subreddit. BETA## Usage
Modify line 4 of main.py after /r/ to point to the subreddit you want to grab an image from.
Run the file/skid the code into your own app and modify the variables as needed. Please credit me though <3
Honestly, I'm leaving the code really open ended so it can be modified really easily.### Dependencies
Python 3
urllib3
json