I
I
Ivanzolo20012021-09-05 12:28:01
Python
Ivanzolo2001, 2021-09-05 12:28:01

What library is suitable for auto-posting to a tg channel?

Created a telegram news channel. Every 3 hours news is parsed and SHOULD be published on my channel, but I did not find any where I can publish something. Tell me please. Telethon will work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
UberPool, 2021-09-05
@UberPool

Yes, by means of Telethon it can be implemented.
For example like this:

await client.send_message(entity='channel_name', message="Текст")

More details in the documentation .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question