AvocadosConstant / reddit

👽 Playing with the PRAW API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit API Experiments

Playing around with the PRAW API.

Saved Posts Organizer

  1. Go to your reddit preferences and 'create another app' at the bottom of the page.

  2. Select the script radio button and fill in any name and redirect uri, then create the app.

  3. Rename the config.EDIT file to config, and fill in your details from reddit:

    • client-id: personal use script id
    • client-secret: secret
    • user_agent: anything you want
    • username and pw: your reddit login credentials
  4. Make sure that the dependencies are installed, then run python3 script.py.

  5. Open output/index.html in your browser to check out your saved reddit posts.

About

👽 Playing with the PRAW API.


Languages

Language:Python 82.4%Language:CSS 17.6%