![]() |
Simplest way to send Telegram message by script - Printable Version +- (https://diviera.com) +-- Forum: Coding (https://diviera.com/forum-coding) +--- Forum: Python (https://diviera.com/forum-python) +--- Thread: Simplest way to send Telegram message by script (/thread-simplest-way-to-send-telegram-message-by-script) |
Simplest way to send Telegram message by script - Janusz - 12-15-2020 This is the simplest way to send some notifications on smartphone by python script. No install extra module is needed. First find and add BotFather on Telegram and send /newbot message. Follow instructions. Save new token from BotFather. ![]() Next, find and add IDBot and send /getid message. ![]()
|