Automatically track flight prices and get alerts when deals appear!
- Monitor specific routes
- Get alerts if prices drop
- Email + Discord notification support
- Clone this repo.
- Update
config.pywith your own email, password, webhook, and routes. - Run it manually:
python tracker.py- (Optional) Schedule it with cronjob or deploy it as AWS Lambda for automatic daily checking!
pip install requestsEvery 6 hours:
0 */6 * * * /usr/bin/python3 /path/to/tracker.py