PyTasks is a project that combines a Telegram Bot and a Django REST Framework (DRF) API to help users organize and manage tasks. The Telegram Bot provides a convenient interface for users to interact with their tasks, while the DRF API serves as the backend for task storage and management.
- Telegram Bot: Interact with your tasks using simple commands in a Telegram chat.
- Django REST Framework API: Manage tasks, deadlines, and user data through a powerful API.
- Python 3.12: The core language for both the Telegram Bot and DRF API.
- Django 5.0: A high-level Python web framework for building robust web applications.
- Django REST Framework 3.14: A powerful and flexible toolkit for building Web APIs.
- python-telegram-bot 20.7: A Python wrapper for the Telegram Bot API.