Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 519 Bytes

RFDWATCH

Tiny RedFlagDeals scraper to watch hot deals forum for specific keywords.

Start by setting up your database

python3 rfdwatch.py setupdb 
# by default, the db will be setup in the repo's directory.
# Use --path [path] to specify a path

Run with

python3 rfdwatch.py watch [email] [space delimited keyword list]

This tool is meant to be wrapped as a cron job.

Requires a SendGrid API key to send emails for alerts, which should be passed through the environment variable SENDGRID_API_KEY.