Skip to content

romanc/xmas_reminder_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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