Python script using praw to search your subreddits for inactivity
- You need a reddit account
- You need to register an application as a developer
- Python 3
- Go here to create a reddit app.
- Select script from the app type options.
- set the redirect uri to localhost:8080.
- Fill in the rest of the information however you want.
- Take note of the client id and client secret you'll need this for configuration.
- Open pyproject.toml and fill in the client_id, client_secret, and user_agent according to the reddit application's values.
- Add your reddit username and password
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python run.py -h
python run.py 6
python run.py 6 -b