PLEASE ARCHIVE THIS PROJECT IF YOU'RE NOT GOING TO MAINTAIN IT
MarioVilas opened this issue · 8 comments
There are months old bug reports and forks with over 50 commits ahead. Please just kill this project already.
Hello. Is there any supported fork?
@MarioVilas @azdaev
Let's fork and update it , I can't do it alone but if you guys help we shall do it together
So, which one should we use now ?
So, which one should we use now ?
So, which one should we use now ?
Seems it doesn't even have a tag or release.
How does it compare to https://github.com/paulsonoflars/gotgbot
@kuchaguangjie
I use both in my pet projects, and while gotgbot is code generated, thus more reliable and actual, telegram-bot-api is a lot more user-friendly, while being mostly up-to-date with the API spec. No proper versioning as of now, but it's forthcoming.
@kuchaguangjie I use both in my pet projects, and while
gotgbotis code generated, thus more reliable and actual,telegram-bot-apiis a lot more user-friendly, while being mostly up-to-date with the API spec. No proper versioning as of now, but it's forthcoming.
Thanks for the insights !
https://github.com/go-telegram/bot This one seems also very good, and it catch up with tg bot api version very quickly.
After trying for a while, I found it very well written, and maintained. It would be my first choice for golang.
(BTW, another one that seems ok is https://github.com/mymmrac/telego)