JungDev / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
237 stars 88 forks source link

Incompatible with Django 2.0 (Feature Request) #24

Open AnderUstarroz opened 5 years ago

AnderUstarroz commented 5 years ago

It's a pity that an awesome project like this is incompatible with the latest version of Django.

afeezaziz commented 5 years ago

I am wondering whether this project is still alive.

@AnderUstarroz did you manage to find an alternative to use telegram together with Django 2.0?

lukruh commented 4 years ago

I have forked the repository and will try to merge any open PR in the future. It worked for me with Django 2.x and Django 3.x with python-telegram-bot v1.12+. Feel free to try it and create PR. You can install it with pip using the git url instead of the package name (see README.md): https://github.com/telebotter/django-telegrambot