Concept:
- It is a TODO-list with gamification elements and ChatGPT integration
- Tasks can be linked with each other
- Tasks can be view/edited/checked by another users
- Tasks can be generated and checked by ChatGPT
- User have streak of completed tasks
- Visual interface
- Telegram bot improvement
- Deploy
- Logic to connect users and their tasks
- Logic to get access to chatGPT
TG_SECRET_KEY=your_telegram_bot_token
GPT_TOKEN=
DATABASE_URL=
MONGODB_URI=mongodb://localhost:27018