Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB

RedditBAPCS

A simple bot that gathers sales/deals from buildapcsales subreddit.

GitHub release Packagist

Dependencies

  • praw (can be installed with pip)

Usage

  1. 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/

  1. Keep the praw.ini file in the same directory as the python script.
  2. Edit the script with chosen categories/keywords in the variables provided.

praw.ini file

You can use the template provided in this repository and fill in the required information as detailed in the usage section of the readme.

All Optional Parameters

  • allow_stream (enables real time capturing)
  • search_limit (limits the number of submissions that are scanned)