8000 GitHub - TWT233/cheeringstar
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TWT233/cheeringstar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0