Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.16 KB

Santa's bot

🎅 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!

Usage

Visit t.me/xmas_reminder_bot to get started or use @xmas_reminder_bot directly from within Telegram.

Deployment

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 to config.ini, get a Telegram bot token and configure it in config.ini,
  • run python xmasbot.py from within this folder