Setting up Reddit developer app
PRAW password flow
-
Refer to fomo-cli repository for prerequisites and installation.
-
Log in to your Reddit account.
-
Go to /prefs/apps/.
-
Create an app as a
script
. -
Copy the following values into the .env file you've created:
client_id: The client ID is at least a 14-character string listed just under “personal use script” for the desired developed application
client_secret: The client secret is at least a 27-character string listed adjacent to secret for the application.
password: The password for the Reddit account used to register the application.
username: The username of the Reddit account used to register the application.
user_agent: The value you've entered when creating the app.
-
You should be all set up to run the Reddit integration.