Skip to content

bytebitt/To-Do-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List Telegram Bot

A simple Telegram bot to help you create, delete, and manage your to-do tasks with reminders.


Features

  • /start — start interaction with the bot
  • Add tasks to your to-do list
  • Delete tasks from your list
  • View your current tasks
  • Set reminders for tasks

Technologies

  • Python 3.10+
  • Aiogram — Telegram Bot API framework
  • python-dotenv for environment variable management

This bot is not hosted anywhere.
This repository contains only the source code.
To use the bot, you need to run it locally or deploy it on your own server.

Setup & Running

  1. Clone the repository:
    git clone https://github.com/bytebitt/To-Do-Bot.git
    cd To-Do-Bot
  2. Create and activate a virtual environment:
    python3 -m venv .venv
    Linux/macOS
    source .venv/bin/activate
    Windows
    .\.venv\Scripts\activate
  3. Install dependencies from requirements.txt:
    pip install -r requirements.txt

About

To-Do List telegram bot

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages