📜  python 向电报发送消息 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:44.386000             🧑  作者: Mango

代码示例1
#1. go to this adress: https://telegram.me/BotFather and follow the instructions
#2. in terminal: pip install telegram-send followed by telegram-send configure
import telegram_send
telegram_send.send(messages=["Wow that was easy!"])