Sending messages with Telegram - APIs or CLI?

前端 未结 6 1669
-上瘾入骨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:06

    I'm working with pytg which could be found here: A Python package that wraps around Telegram messenger CLI

    it works pretty good. I already have a python bot based on that project

提交回复
热议问题