🗃️ Store melee data into SQLite

This commit is contained in:
zhbaor 2022-09-29 10:27:01 +08:00
parent 8b847e0f9c
commit c0fc97a578
7 changed files with 73 additions and 23 deletions

View file

@ -4,3 +4,11 @@
- [data](data/README.md):从死亡细胞的数据包里提取数据
- [qqbot](qqbot/README.md):QQ 机器人
Python 的虚拟环境:
```bash
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
```