利用telegram
的bot
接口,设计了输入汉字即返回与其同韵同调汉字功能的bot
,可用于编顺口溜、打油诗。 使用demo
见TongYunBot.
- 注册
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
中测试一下是否成功
tongyun_bot.py
修改自echobot2.pyhanzi.txt
来自于常用6763个汉字使用频率表yunbiao.txt
来自于同韵字典,并手动分开u和ü的数据。- 感谢上述数据源。