From c75258a8680f796587b8758f73ec318acbcd42e6 Mon Sep 17 00:00:00 2001 From: xeals Date: Thu, 27 Apr 2023 10:41:28 +1000 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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