An open API service indexing awesome lists of open source software.

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

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
```