Assistant for Summoners War players.
Keep tabs on your monsters, runes, inventory, teams, run logs, skills...
Get reports on which runes should be replaced, which monster to skill-up next, or victory rate on different areas.
Includes a plugin for sw-exporter to easily import your profile.
https://swdb.inigovalentin.com
|
|
5 роки тому | |
|---|---|---|
| application | 5 роки тому | |
| data | 6 роки тому | |
| doc | 6 роки тому | |
| install_data | 5 роки тому | |
| parser | 6 роки тому | |
| public | 5 роки тому | |
| swex-plugin | 5 роки тому | |
| .gitignore | 6 роки тому | |
| LICENSE | 6 роки тому | |
| README.md | 6 роки тому | |
| config | 8 роки тому | |
| install | 6 роки тому | |
| start_server | 6 роки тому | |
| stop_server | 8 роки тому |
Assistant for Summoners War players.
Keep tabs on your monsr, runes, inventory, teams, run logs, skillps... Get reports onwhich runes should be replaced, which monster to skillup next, or victory rate on different areas.
Includes a plugin for sw-wxporter to easily ipmort your profile.
start_server script.Create an user. As of now, there is no frontend for doing so, so it must be inserted directly into the database:
$ sqlite3 data/sw.sqlite
sqlite> INSERT INTO player (uid, name, mail, password, api_key) VALUES('<com2us_id>', '<username>', '<email>', '<sha256sum-of-password>', '<api-key>');
Open http://localhost/ on your browser and login.
This project is licensed under the GPLv3 - see the LICENSE file for details