A small script to remind you of upcoming holidays.
You can find me in Telegram with the handle "Feiertagbot" and "Feiertagsbot".
- Cone repo:
git clone --recursive [email protected]:2xlink/Feiertagbot.git
- Create database file:
touch data/db.sqlite
- Initialize it:
python3 -c "import main; main.init_db()"
- Start the Bot:
python3 main.py YOUR_TELEGRAM_TOKEN
- You're done!