Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

SoorajModi/PrOwl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI License

PrOwl

Python Reddit Owl (PrOwl), a watch bot for Reddit. Built using the Python Reddit API Wrapper (PRAW).

How to run

Install requirements: pip install . or pip install -r requirements.txt

Run PyLint: pylint **/*.py

Run PyTest: python -m pytest

Run: python -m prowl

How it works

PrOwl taps into the new feed for a given subreddit and analyzes the contents of each reddit submission to find a set of keywords. Upon finding a match, PrOwl will send an email to a specified recipient using Mailgun.

License

MIT