How to Get PRAW Credentials

Create your own Reddit account and then head over to Reddit's apps page.

Click "are you a developer? create an app... ".

Create an app screenshot

Name your app, choose "script" for the type of app, and type "http://localhost:8080" in the redirect URI field since this is a personal use app. You can also add a description and an about URL.

Enter Stuff In Boxes screenshot

Click "create app", then "edit" to reveal more information.

Click Edit screenshot

You should see a string of 14 characters on the top left corner underneath "personal use script". That is your API ID. Further down you will see "secret" and a string of 27 characters; that is your API password. Save this information as it will be used in the program in order to access the Reddit API.

All Info screenshot

You will also have to provide your app name and Reddit account username and password in the block of credentials found in .env.