XYBot is a Hook-based WeChat robot that can run on Linux and Windows. ? Highly customizable and supports self-written plug-ins.
XYBot provides a variety of functions, including Get Weather?️, Get News?, Hypixel Player Query?, War Thunder Player Query?, Random Pictures?, Random Links?, Backgammon♟️, Check-in✅, Query Points, Scoreboard?, Points Transfer?, Points Lottery?, Points Red Envelope?, etc. ?
XYBot also provides AI-related functions, including ChatGPT, Dalle?. ?
XYBot has an independent economic system, in which the base currency is called "points". ?
XYBot also provides administrator functions, including modifying points?, modifying whitelists, resetting check-in status, obtaining robot address books, hot loading/uninstalling/reloading plug-ins, etc.
Detailed deployment tutorials for XYBot can be found in the project's Wiki. At the same time, XYBot also supports self-written plug-ins. Users can write custom plug-ins according to their own needs and creativity to further expand the functions of the robot.
✅Highly customizable! ✅Supports self-written plug-ins!
Due to the need for frequent updates and maintenance, the XYBot version number format will change. Version numbers after v0.0.7 will be updated in the following format:
v major version (changed when hook/WeChat version changes). Function version. Bug repair version
For example:
User functions:
Administrator functions:
The document contains a complete function introduction, deployment tutorial, configuration tutorial, and plug-in writing tutorial.
?XYBot Documentation
menu
Random pictures
ChatGPT
Private chatChatGPT
Weather query
backgammon
docker pull henryxiaoyang/xybot:latest
docker run -d --name XYBot
-e WC_AUTO_RESTART=yes
-p 4000:8080
--add-host dldir1.qq.com:127.0.0.1
-v XYBot:/home/app/XYBot/
-v XYBot-wechatfiles:/home/app/WeChat Files/
--tty
henryxiaoyang/xybot:latest
Requires Git, Python3 and WeChat 3.9.10.27
git clone https://github.com/HenryXiaoYang/XYBot.git
cd XYBot
pip install -r requirements.txt
# 请手动启动微信
# 启动微信后执行
python start.py
Please refer to the template plugin:
?Template plug-in warehouse️
?The picture will be cached, click me to view the latest QR code
Your sponsorship is the motivation for my creation!
no
3.9.10.27?
XYBot has a built-in anti-WeChat automatic logout function, which can keep running for a long time.
https://github.com/ChisBread Thanks for providing information related to Docker containers!
https://github.com/lich0821 Thanks to the author of this project for writing wcferry!