Sends daily notification with various information
- Install Python 3 (minimum Python 3.8) and Pip.
- Install dependencies:
pip install -r requirements.txt- Get telegram bot token and chat id or Pushover API key(s) as well as Openweathermap API key
- Create a file called .env in the root of the project and add the lines from the .env.template with previously gotten keys
- Run FetchFlagDays.py and FetchHolidays.py to fetch information
- Run DailyNotifier.py