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 năm trước cách đây | |
|---|---|---|
| application | 5 năm trước cách đây | |
| data | 6 năm trước cách đây | |
| doc | 6 năm trước cách đây | |
| installer | 5 năm trước cách đây | |
| parser | 5 năm trước cách đây | |
| public | 5 năm trước cách đây | |
| swex-plugin | 5 năm trước cách đây | |
| .gitignore | 5 năm trước cách đây | |
| LICENSE | 6 năm trước cách đây | |
| README.md | 5 năm trước cách đây | |
| config | 8 năm trước cách đây | |
| install | 5 năm trước cách đây | |
| start_server | 6 năm trước cách đây | |
| stop_server | 8 năm trước cách đây |
Assistant for Summoners War players.
Keep tabs on your monsters, runes, inventory, teams, run logs, skillps...
Get reports on which runes should be replaced, which monster to skillup next, or victory rate on different areas.
Optimize your runesfor maximum efficiency.
Includes a plugin for sw-exporter to easily import 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