InfernBot is a Django project that seamlessly combines the power of Django, Django Rest Framework, and PyTelegramBotApi to create a versatile Telegram bot capable of handling notes and more.
- Note Creation: InfernBot allows users to create and manage notes through a Telegram interface.
- Educational Example: Originally developed as an educational resource, this project serves as a great example of integrating Django and Telegram Bot functionalities.
# Install dependencies pip install -r requirements.txt
python3 manage.py makemigrations python3 manage.py migrate
python3 manage.py runserver
python3 manage.py runtgbot
© 2023 InfernBot. All rights reserved.