README.md 525 bytes

AI ToDo TgBot

Set up

1. Clone repository

git clone https://git.miem.hse.ru/vamiivanov/ai-todo-bot.git
cd ai-todo-bot

2. Then install all required Python libraries

pip install -r requirements.txt

3. You need to configure your .env file in root directory

TOKEN=YOUR_TELEGRAM_BOT_TOKEN
sqlite_url=sqlite:///tdl.db
logger=logger.log
GIGACHAT_TOKEN=YOUR_GIGACHAT_API_TOKEN

4. Finally, you can run Project from root directory and see the results

python main.py