A simple discord bot to post F1 events using webhooks
This script is designed to be run once every 24 hours.
Mondays - Send a message with the full next race weekend
Thursdays, Fridays, Saturdays, Sundays - Send a message with events that will occur in the next 24h (if any)
- python 2.7
- python-dateutil
- icalendar
Debian Example, do similarly for other distros/environments: sudo apt-get install python-pip python pip install python-dateutil pip install icalendar