https://github.com/passeriform/snoorand
snooRand fetches a random post from a subreddit. That's it.
https://github.com/passeriform/snoorand
Last synced: 4 months ago
JSON representation
snooRand fetches a random post from a subreddit. That's it.
- Host: GitHub
- URL: https://github.com/passeriform/snoorand
- Owner: Passeriform
- License: mit
- Created: 2020-02-08T10:29:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T02:14:03.000Z (almost 2 years ago)
- Last Synced: 2025-07-27T20:21:32.206Z (11 months ago)
- Language: HTML
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snooRand
*snooRand fetches a random post from a subreddit. That's it.*
The project is a flask based application using PRAW for reddit parsing.
------
To start using:
- Create new virtualenv `python -m virtualenv venv`
- Activate the virtualenv
- Windows `\> . venv/Scripts/activate`
- Linux/OSX `$ . venv/bin/activate`
- Install dependencies `python -m pip install -r requirements.txt`
- Create a script application key-secret pair on reddit developer API
- Modify .env file accordingly
- Run the application `python main.py`