Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 2.05 KB

README.md

File metadata and controls

47 lines (30 loc) · 2.05 KB

Birthday Telegram Bot

A Telegram Bot made with Python to remind you with upcoming birthdays 🎂

Currently Working Bot @birthday_early_reminder_bot

❗Not Fully Tested (beta)❗

Basic data

Depends on JSON parsing for in-chat PINNED messages to process needed information
Currently deployed on PythonAnywhere using a free plan.

Bot Commands (In Telegram Chat)

/start Start reminding you for upcoming birthdays

/upcoming The Bot will send you the closest upcoming birthday

/thismonth The Bot will give you a list of this month's birthdays

/tomorrow The Bot will tell you tomorrow's birthdays (if any)

/thismonth The Bot will tell you today's birthdays (if any)

Used Techs / Services

  • Python
  • Flask
  • telegram-python-bot
  • Requests