Sending messages with Telegram - APIs or CLI?

前端 未结 6 1696
-上瘾入骨i
-上瘾入骨i 2020-12-12 17:31

I would like to be able to send a message to a group chat in Telegram. I want to run a python script (which makes some operations that already works) and then, if some param

6条回答
  •  忘掉有多难
    2020-12-12 18:08

    I would recommend the first option.

    Once you are comfortable with generating an AuthKey, you should start to get a handle on the documentation.

    To help, I have written a detailed step-by step guide of how I wrote the AuthKey generation code from scratch here.

    It's in vb.net, but the steps should help you do same in python.

提交回复
热议问题