Skip to content

Originally developed as an educational resource, this project serves as a great example of integrating Django and Telegram Bot functionalities.

Notifications You must be signed in to change notification settings

marse11e/Django-InfernBot

Repository files navigation

InfernBot - Django Telegram Bot Integration

Overview

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.

Features

  • 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.

Getting Started


# Install dependencies
pip install -r requirements.txt

Apply migrations

python3 manage.py makemigrations python3 manage.py migrate

Run the Django admin site

python3 manage.py runserver

Start the Telegram bot

python3 manage.py runtgbot

Marselle.naz

© 2023 InfernBot. All rights reserved.

About

Originally developed as an educational resource, this project serves as a great example of integrating Django and Telegram Bot functionalities.

Resources

Stars

Watchers

Forks

Packages

No packages published