Answer the question
In order to leave comments, you need to log in
Telegram bot, client side, are there any python modules?
Greetings !
Tell me, is it possible to create a telegram bot, but on the user's side? All "standard" tutorials describe how to create a bot, which, conditionally, is located "on the side of the telegram server" i.e. communicates with end users (users). I need a bot "on the opposite side" of the conversation, i.e. a bot that can read messages from other bots/channels/users. Is there a ready-made python module for such a task?
thank!
Answer the question
In order to leave comments, you need to log in
here is the solution:
https://github.com/LonamiWebs/Telethon
There was a telegram-CLI , but it's been dead for two years now. And so, Telegram is open source. Open docks and write your own client that allows you to interact with the API on behalf of users.
UPD.:
Telegram has released and uploaded the official library to github . Python is also supported , but you still have to program at a lower level.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question