A simple bot that gathers sales/deals from buildapcsales subreddit.
- praw (can be installed with pip)
- Setup a praw.ini file with your reddit username, password, user_agent, client_id, and client_secret.
You can register the app with your account for authentication here: https://www.reddit.com/prefs/apps/
- Keep the praw.ini file in the same directory as the python script.
- Edit the script with chosen categories/keywords in the variables provided.
You can use the template provided in this repository and fill in the required information as detailed in the usage section of the readme.
- allow_stream (enables real time capturing)
- search_limit (limits the number of submissions that are scanned)