Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 356 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 356 Bytes

Introduction

Send email alert when a movie matching the subscribed keywords becomes available.

Save this as run.sh:

#!/usr/bin/env sh
/path/to/venv/bin/python /path/to/qfxalert/qfxalert.py

Make it executable:

sudo chmod +x run.sh

Example of crontab that runs every 30 minutes

*/30 * * * * /path/to/run.sh