Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 565 Bytes

Task monster rpg

Concept:

  1. It is a TODO-list with gamification elements and ChatGPT integration
  2. Tasks can be linked with each other
  3. Tasks can be view/edited/checked by another users
  4. Tasks can be generated and checked by ChatGPT
  5. User have streak of completed tasks

TODO:

  • Visual interface
  • Telegram bot improvement
  • Deploy
  • Logic to connect users and their tasks
  • Logic to get access to chatGPT

Task monster secret.env file

TG_SECRET_KEY=your_telegram_bot_token
GPT_TOKEN=
DATABASE_URL=
MONGODB_URI=mongodb://localhost:27018