diff --git a/README.md b/README.md index f5f4792..8fd47fe 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Pokemon Showdown data processing, mostly for HHIRLLL's Pokemon league. Ugly as fuck. +Also includes a bot to automate replay ingestion and provide misc utilities. + ## Requirements - 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 - calculate gametime based on active turns rather than moves used - also solves the issue where paralyzed/confused turns are not counted +- use asyncio in bot