Skip to content

beenfrog/TongYunBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

同韵查询 telegram bot

利用telegrambot接口,设计了输入汉字即返回与其同韵同调汉字功能的bot,可用于编顺口溜、打油诗。 使用demoTongYunBot.

代码使用说明

  • 注册telegram bot, 记住token
  • 安装python-telegram-bot
  • 修改tongyun_bot.py 中的token为自己获取的值
    # Create the EventHandler and pass it your bot's token.
    updater = Updater("00000000:xxxxxxxxxxxxxxxxxxxxxxxxxxxx") 
  • 执行 nohup python tongyun_bot.py >/dev/null 2>&1 & 开始运行
  • 到自己Telegram中测试一下是否成功

数据说明

Releases

No releases published

Packages

No packages published

Languages