TG bot
1.安裝模組
pip install pyTelegramBotAPI
2.程式碼示例
#!/usr/bin/python
# -*- coding: utf-8
import telebot
import subprocess
bot = telebot.TeleBot("your key ")
@bot.message_handler(commands=['start'])
def send_welcome(message):
bot.send_message(message.chat.id, '大家好,我是機器人')
@bot.message_handler(commands=['help'])
def send_help(message):
bot.send_message(reply_to_message_id=message.message_id, chat_id=message.chat.id, text='有什麼可以幫您')
@bot.message_handler(commands=['ls','ll'])
def get_ls(message):
cmd = 'ls -l'
f = subprocess.Popen(cmd,stdout=subprocess.PIPE,shell=True).stdout.read()
bot.send_message(reply_to_message_id=message.message_id, chat_id=message.chat.id, text=f)
@bot.message_handler(func=lambda m: True)
def echo(message):
bot.reply_to(message, message.text)
if __name__ == '__main__':
bot.polling()
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10972173/viewspace-2647491/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- TG開戶籍連結TG開戶籍連結TG開戶籍連結TG開戶籍連結TG開戶籍連結
- TG開戶籍連結TG開戶籍連結TG開戶籍連結TG開戶籍連結
- TG Pro註冊碼 TG Prov2.86啟用版
- mirai Bot初始化配置AI
- API崛起下的Bot管理API
- 電腦降溫工具TG Pro
- Laravel 整合 Telegram Bot 機器人Laravel機器人
- CodeForces 908B New Year and Buggy Bot
- e成科技BEI Bot誕生記
- 通過Azure bot framework composer 設計一個AI對話機器人bot(查詢天氣)FrameworkAI機器人
- 秒合約交易所搭建【TG:@Gangguhk】
- TG Pro for Mac(溫度監控軟體)Mac
- 【Azure 機器人】微軟Azure Bot 編輯器系列(6) : 新增LUIS,理解自然語言 (The Bot Framework Composer tutorials)機器人微軟UIFramework
- TG Pro for mac 硬體溫度檢測工具Mac
- 硬體溫度檢測工具:TG Pro macMac
- Flutter bot_toast是怎樣煉成的FlutterAST
- DevOps 自動化實踐:提升效率的 Botdev
- 【Azure 機器人】微軟Azure Bot 編輯器系列(5) : 機器人的卡片式回覆 (The Bot Framework Composer tutorials)機器人微軟Framework
- TG Pro for mac(Mac硬體溫度檢測工具)Mac
- 【Azure 機器人】微軟Azure Bot 編輯器系列(4) : 使用語言生成功能[LG: Language Generation] (The Bot Framework Composer tutorials)機器人微軟Framework
- 聚焦 Bot 威脅管理 立體化黑產掌控
- 【Azure 機器人】微軟Azure Bot 編輯器系列(1) : 建立一個天氣對話機器人(The Bot Framework Composer tutorials)機器人微軟Framework
- 電報tg卡密機器人成品-免費使用機器人
- TG Pro for Mac - 專業Mac硬體溫度監控Mac
- TG Pro for Mac 電腦硬體溫度監測工具Mac
- 【Azure Bot Service】部署Python ChatBot程式碼到App Service中PythonAPP
- 【日記】不小心把 Bot 搞炸了(586 字)
- gpt2 slack bot 我開個頭,你編下去?GPT
- TG Pro for Mac(Mac電腦硬體溫度監測工具)Mac
- 1TG2-1500-LRAT2如何實現快速抓包
- e成科技員工Bot問題相似度演進之路
- 【Azure 機器人】微軟Azure Bot 編輯器系列(3) : 機器人對話流中加入幫助和取消按鈕功能 (The Bot Framework Composer tutorials)機器人微軟Framework
- 位元組釦子AI:開啟全民AI Bot開發新時代AI
- GitHub 自動合併 pr 的機器人——auto-merge-botGithub機器人
- App防Bot新版ATT方案淺析與演算法還原APP演算法
- TG Pro for mac(溫度和風扇速度控制工具)2.84啟用版Mac
- 如何緩解BOT攻擊?分享靈活準確的防禦之道
- 開發商設計的 Bot 程式會毀了多人遊戲嗎?遊戲