/Selected-subreddit-viewer

View posts from multiple selected subreddits!

Primary LanguagePython

Multiple subreddit viewer (MSRV)

View posts from multiple selected subreddits! Built using django.

Features

  • Sort the results by hot or new.
  • Enlarge the images.
  • Link to the original post on reddit
  • Displays the subreddit and the upvote of all the posts.
  • Snapshots

    Imgur link

    How to use?

    1. Clone the repo.
    2. Create an app using Reddit app creation page and get the id and key.
    3. Get your keys and credentials from Reddit dev wiki.
    4. 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)).
    5. 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
    
    1. Run the django server.