🎅 Santa's Telegram bot is for all the ones who can't wait for Christmas 🎄. The bot sends daily reminders ⏰ how many days are left until Christmas 🎄
🌌 🛷 🎅 🏡 🎄 🎁 🎁 🎁
🎄 🎶 Click here for the Christmas soundtrack!
Visit t.me/xmas_reminder_bot to get started or use @xmas_reminder_bot
directly from within Telegram.
You don't need to do this to use the bot. Seriously, you don't. For using the bot, just follow the link above.
If - for whatever reason - you want to deply (a copy of) this bot, you will need to:
- clone this repository,
- create a virtual environment (use python 3.6 or later),
- install the dependencies (into your virtual environment):
pip install -r requirements.txt
, - copy
config.ini.example
toconfig.ini
, get a Telegram bot token and configure it inconfig.ini
, - run
python xmasbot.py
from within this folder