-
Python中的Telegram Bot API:TelegramBot_Py
资源介绍
电报Bot_Py
用Python简单的Telegram Bot APi :)
用法示例
# Here, insert the token Bot Father gave you for your bot.
# https://telegram.me/botfather
token_api = 'your token here'
# Example ->
token_api = '113727310:AAFoSJ6TUa0IlvCs2-4y_wB4EYnWYKttqik'
# You may amendment to the comments
def commands ( Text ):
if ( Text ):
if '/start' in Text or '/help' in Text :
message = 'Welcome My B