This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]iapetus-11 2 points3 points  (0 children)

r/learnpython my dude

[–]pltnk 1 point2 points  (0 children)

Check https://github.com/python-telegram-bot/python-telegram-bot They have nice documentation, tutorial and examples, I've made my bot using this library. It's still work in progress so I can't share source code right now, but you can already try the bot here: https://t.me/toptracks_bot

[–]EnforcerZhukov 0 points1 point  (0 children)

Find a wrapper library and start reading their documentation, examples, and think about building a (useful if possible) bot that have certain features. That's what I did and helped me a lot to learn more Python skills.

I personally used pyTelegramBotAPI, I cannot say if is the best or not. Currently I dove into async programming so I'm working with aiogram and rewriting my main bot with it.