JungDev / django-telegrambot

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

A few fixes to support Django 3+ and latest version of TelegramBot #39

Open leikoilja opened 4 years ago

leikoilja commented 4 years ago

A few changes to update the example code as well as making the TelegramError display a better readable errors as well as adding use_context to bypass deprecation messages. Also adding an option to set the handler's file's custom name.

jafrancov commented 2 years ago

Just wondering if this pull requests will be merged, with the updates of Python Telegram Bot, this will solve all the warnings and get it back working again.

leikoilja commented 2 years ago

@JungDev can you please take a look at these? :)

@jafrancov, to be honest, i am afraid @JungDev does not seem to be active on github anymore. We are probably better of creating our own fork and maintaining it :)

jafrancov commented 2 years ago

@leikoilja That's what I thought, and I did the fork, we are working in a new implementation, but we have to make the changes in the library itself to make it work, I was waiting for the merge, but, I did notice the absence of @JungDev, so... fork will be the answer, thanks!

Ali-Aref commented 2 years ago

is there any fork of this which is on maintenance ? let's create other main one (that's better Instate of everyone with his own fork)

lukruh commented 2 years ago

I also created a fork, which I use for my bots. I'm not actively maintaining it and have no time for frequent updates, but I'm active on Github and will have a look at PR. I think a shared fork would be nice. I'd prefer to create some PR from time to time rather than maintaining the repo ;).