Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 553 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 553 Bytes

discord-formula1-bot

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)

Requirements

  • python 2.7
  • python-dateutil
  • icalendar

Installation

Debian Example, do similarly for other distros/environments: sudo apt-get install python-pip python pip install python-dateutil pip install icalendar