Setting up Reddit developer app

reddit usage
PRAW password flow
  1. Refer to fomo-cli repository for prerequisites and installation.

  2. Log in to your Reddit account.

  3. Go to /prefs/apps/.

  4. Create an app as a script.

  5. 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.

  6. You should be all set up to run the Reddit integration.