Skip to content

Reddit bot that searches a given subreddit's hot page for a keyword. If found, the bot leaves a comment that interfaces with WolframAlpha's RemindMe bot

Notifications You must be signed in to change notification settings

shbenzer/Book_Finder_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Book_Finder_bot

a reddit bot that searches a given subreddit's hot page for a keyword, and if found, leaves a comment that interfaces with the RemindMe! bot. Stores posts it comments on to prevent spam.

Running (assuming python is installed)

install praw

pip install praw

create a bot on reddit

https://www.reddit.com/prefs/apps/

add configuration information to praw.ini file

client_id=
client_secret=
password=
username=
user_agent=

move praw.ini file into your repo (I have not included mine in this repo as it contains account information)

run script

python3 Book_Finder.py

About

Reddit bot that searches a given subreddit's hot page for a keyword. If found, the bot leaves a comment that interfaces with WolframAlpha's RemindMe bot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages