文件名称:whistler:Whistler Bot是具有MUC(多用户会议)支持的XMPP机器人,使用SleekXMPP易于扩展,用python编写
文件大小:70KB
文件格式:ZIP
更新时间:2024-06-03 09:14:32
Python
惠斯勒机器人
Whistler Bot是一个使用python使用编写的XMPP机器人,这是的。 该机器人旨在处理一些命令,并且易于扩展。 简单用法:
$ whistler myconfig.conf
以编程方式创建机器人:
from whistler . bot import WhistlerBot
bot = WhistlerBot ( "myjid@myserver.com" , "mypassword" )
bot . start ()
扩展机器人
您可以扩展机器人功能,例如仅查看惠斯勒控制台脚本的代码。 简而言之,您可以添加从WhistlerBot创建新类的命令,并以cmd_
【文件预览】:
whistler-master
----whistler()
--------scripts.py(3KB)
--------log.py(888B)
--------__init__.py(0B)
--------mixins()
--------storage()
--------bot.py(17KB)
----README.rst(2KB)
----doc()
--------source()
--------Makefile(5KB)
----config()
--------example.conf(1KB)
----setup.py(1KB)
----.drone.yml(255B)
----.gitignore(43B)