Skip to content

yeying-xingchen/xenforo-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xenforo-Bot

介绍

适用于Xenforo的Python机器人。

部署

  1. 安装Python3.6+
  2. 安装依赖:
pip install requests
pip install json
pip install toml
pip install datetime
  1. 根据配置文件的内容,修改配置文件。
  2. 打开plugin_example.py,修改插件代码实现您的功能。
  3. 重命名plugin_example.py为plugin.py,config_example.toml为config.toml。
  4. 运行start.py。 至此,你的机器人已成功运行。

致谢

感谢Xenforo提供论坛系统。

© 2024 夜影星辰

About

适用于Xenforo的Python机器人。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages