A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Remove TODO section from README

Changed files
-10
-10
README.md
··· 30 30 In certain cases, where regexp will create too many false positives, it will flag content as a report against related to the account, so that it can be reviewed later. 31 31 32 32 For information on how to set-up your own checks, please see the [developing_checks.md](./src/developing_checks.md) file. 33 - 34 - _TODO_: 35 - 36 - - [ ] Remove unused types 37 - - [ ] Update the types needed to be more specific to the checks rather than bluesky content types 38 - - [ ] Consider how to write directly to OzonePDS database rather than using the API. May require running the same instance as Ozone to allow for direct database access. 39 - - [ ] Add compose.yaml for easy deployment 40 - - [ ] Make the metrics server work (or remove it) 41 - 42 - Create a seperate program to watch OZONE_PDS firehose labels, and update the lists as needed. This will remove dependency on broken ruby tools created by aegis.