https://github.com/secti6n/buu_helper
A wechat bot
https://github.com/secti6n/buu_helper
Last synced: 13 days ago
JSON representation
A wechat bot
- Host: GitHub
- URL: https://github.com/secti6n/buu_helper
- Owner: secti6n
- Created: 2017-08-26T13:58:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T16:34:46.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T18:53:27.038Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buu_helper
A wechat bot
# Requirement
- Python3
- Mysql
- Redis
# Install
0. Install requirements
```
pip install -r requirements
```
1. Setup a mysql database
2. Setup a redis server
3. rename buu_config.py.example to buu_config.py, and write your config to it.
4. running
```
python buu.py
```