GithubHelp home page GithubHelp logo

timegenie-reminder-bot's Introduction

TimeGenie-Reminder-Bot

TimeGenie is a handy Telegram bot designed to serve as your personal reminder assistant. Whether you want to remember to make a call, attend a meeting, or do anything else at a specific time, TimeGenie is here to make sure you never forget.

Features

  • Personal Reminders: Set reminders for yourself with a specific date and time. You will receive a reminder message at the appointed time.
  • Timezone Support: With TimeGenie, you can set reminders in your local timezone. The bot supports a variety of timezone inputs to cater to users across the globe.
  • Simple Commands: User-friendly command syntax makes it easy to set reminders.

How It Works

TimeGenie operates by receiving and interpreting commands from users via Telegram. Once it receives a command to set a reminder, it parses the command, schedules the reminder, and stores it in an SQLite database. The reminders are then triggered at the specified time, and TimeGenie sends a reminder message to the user.

Commands

  • /start: Initializes the bot and provides instructions for setting a reminder.
  • /remind <date and time>, <reminder message>: Sets a reminder. Acceptable date and time formats are "YYYY-MM-DD HH:MM AM/PM" or "YYYY-MM-DD HH:MM".

After setting a reminder, the bot will ask for your timezone to ensure that the reminder is set for the correct time.

Prerequisites

  • Python 3.6+
  • python-telegram-bot
  • pytz
  • APScheduler
  • SQLite

Installation

  1. Clone the repository to your local machine.
  2. Install the required Python packages using pip: pip install -r requirements.txt.
  3. Run the bot script: python bot.py.

Remember to replace the placeholder in the code with your actual bot token, which you can get from BotFather on Telegram.

License

TimeGenie is open-sourced software licensed under the MIT license.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Disclaimer

Please be aware that the reminders are stored locally in an SQLite database and are not encrypted. Do not use TimeGenie to set reminders that include sensitive information.

timegenie-reminder-bot's People

Contributors

nikoldigital777 avatar

Watchers

 avatar

timegenie-reminder-bot's Issues

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.