update readme

This commit is contained in:
xeals 2023-04-27 10:41:28 +10:00
parent 70141b162f
commit c75258a868
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -3,6 +3,8 @@
Pokemon Showdown data processing, mostly for HHIRLLL's Pokemon league. Ugly as Pokemon Showdown data processing, mostly for HHIRLLL's Pokemon league. Ugly as
fuck. fuck.
Also includes a bot to automate replay ingestion and provide misc utilities.
## Requirements ## Requirements
- Python with sqlite - Python with sqlite
@ -40,3 +42,4 @@ whatever SQL queries against the data file (default `data.db`) you want.
- include timestamps in logs to correlate KOs with the mon that KOed - include timestamps in logs to correlate KOs with the mon that KOed
- calculate gametime based on active turns rather than moves used - calculate gametime based on active turns rather than moves used
- also solves the issue where paralyzed/confused turns are not counted - also solves the issue where paralyzed/confused turns are not counted
- use asyncio in bot