Giter Club home page Giter Club logo

mr-reminder-bot's Introduction

Telegram Reminder Bot

A Telegram Bot which serves as a reminder for your meetings, appointments, events etc.

/start -> add a new reminder

/list -> lists all scheduled future reminders

/time -> change your timezone (standard on utc time)

Try the bot

You can use the bot under: http://t.me/Appointment_Reminder_Bot

Requirements

  • pip install python-telegram-bot
  • telegram api token - place it in bot.py on line 248

Demo Video

How it works

The code uses the telegram.ext ConversationHandler to create a guided and flawless conversation flow. Moreover it uses different other telegram.ext classes to "ask & get" the responses information from the user. Furthermore all of the data is being stored in reminder.json to create the data flow between the different states of the ConversationHandler and have the opportunity to access the reminder later on (e.g. for the /list command). To provide this bot for people from different timezones, you have the opportunity to set your local timezone using the /time command to receive the reminders for your local time instead of the bot's / server's local time. Disclaimer: This is my first bot for telegram, so there might be things that could have been implemented and routed easier than I did.

Credits

https://github.com/unmonoqueteclea/calendar-telegram -> calendar implementation

https://github.com/python-telegram-bot/python-telegram-bot -> telegram API

Contact

Instagram @dome271 Email: [email protected]

mr-reminder-bot's People

Contributors

dome272 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.