Stability fixes. Version 1.2

This commit is contained in:
Ben 2025-06-30 16:05:06 -07:00
parent 25a7368798
commit d3d57d7e0a
Signed by: webmaster
GPG key ID: A5FCBAF34E6E8B50
5 changed files with 116 additions and 39627 deletions

View file

@ -4,6 +4,10 @@ Please see https://git.fiftyfiftyonearizona.org/webmaster/matrix-report-document
This plugin parses the HTML of the [stopice.net](https://stopice.net) website to nab its reports. It supports a custom refresh delay, sending to multiple rooms, and sending to rooms based on region designation.
Depends on `beautifulsoup4` and `regex` packages.
This plugin supports the following:
`producerstopicenet.py` is near 40,000 lines long because I couldn't figure out how to get python to work with multiple files and I have a mapping between ZIP codes and two-letter state designations.
* Custom refresh delay.
* Sending to multiple rooms per region.
* Sending reports for any region to any number of rooms.
Depends on `beautifulsoup4` and `regex` packages.