Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwwwwydev/fantasy-world-bot4qq
幻想世界QQ机器人服务端,基于官方PythonSDK开发的群聊游戏机器人
https://github.com/wwwwwydev/fantasy-world-bot4qq
botpy qqbot
Last synced: about 1 month ago
JSON representation
幻想世界QQ机器人服务端,基于官方PythonSDK开发的群聊游戏机器人
- Host: GitHub
- URL: https://github.com/wwwwwydev/fantasy-world-bot4qq
- Owner: WwwwwyDev
- Created: 2024-09-18T02:45:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T12:23:35.000Z (about 2 months ago)
- Last Synced: 2024-11-14T12:27:55.562Z (about 2 months ago)
- Topics: botpy, qqbot
- Language: Python
- Homepage: https://q.qq.com
- Size: 641 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fantasy-world-bot4qq
基于官方[PythonSDK](https://github.com/tencent-connect/botpy "PythonSDK")开发的群聊游戏机器人
## 介绍
幻想世界是纯文本QQ群聊游戏机器人,以活跃群为目的,过审即用。
- 支持个人账号,无需ark或markdown权限
- 使用非关系型数据库mongodb,低关联,易扩展
- 使用mvc软件架构开发,便于二开## 游戏介绍
幻想世界是一款挂机升级文字游戏。你需要在游戏内挑战各种怪物,来获取各种资源,提升自己的属性。## 部署
1. 在[QQ开放平台](https://q.qq.com)中注册你的QQ机器人
2. 使用conda导入python环境
`conda env create -f environment.yml`
3. 部署mongodb数据库
4. 在config.yaml中配置相关信息,并使用命令`python main.py`开启服务器,此时机器人可在沙箱环境中运行
5. 通过官方审核,便可以添加至自己的群聊
6. 使用命令`nohup python main.py &`挂起服务器或使用Supervisor等进程管理工具进行管理## 体验
使用QQ扫描二维码添加机器人到群聊在线体验\
![二维码](./images/bot.png)