View posts from multiple selected subreddits! Built using django.
- Clone the repo.
- Create an app using Reddit app creation page and get the id and key.
- Get your keys and credentials from Reddit dev wiki.
- Get reddit API keys and refresh tokens for this application. (Follow this guide to get the needed keys (How to use Reddit API (alpscode.com)).
- Create a .env file on the same directory as the downloaded repo and add the four credentials to that env file.
REDDIT_API_KEY=apikey
REDDIT_REFRESH_TOKEN=refreshtoken
uname=value
pass=value
- Run the django server.