TWT233 / cheeringstar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cheeringstar

[discord bot] pvp rank & info query for Princess Connect Re:Dive

usage

  1. put your pcr account playerprefs xml files into conf/

get playerprefs yourself, no tutorial here >.<)

  1. cp conf/config.yaml.placeholder conf/config.yaml
  2. filling conf/config.yaml fields
  3. pip install -r requirements.txt
  4. python src/main.py

structure

cheeringstar
├── conf        ---------------------- config & playerprefs laying here
│   └── config.yaml.placeholder
├── db
├── LICENSE
    ├── README.md   <----------------- you are here! 
├── requirements.txt
└── src
    ├── client.py   ------------------ manage pcr clients
    ├── cmd     ---------------------- define commands
    │   ├── admin.py
    │   ├── chaxun.py
    │   ├── dingyue.py
    │   ├── help.py
    │   └── __init__.py
    ├── config.py   ------------------ make config file ez to use
    ├── db      ---------------------- db ORM
    │   ├── crud.py
    │   ├── __init__.py
    │   ├── init.py
    │   └── models.py
    └── main.py     ------------------ program entry

About

License:MIT License


Languages

Language:Python 100.0%