Skip to content

Releases: rgwood/RezoningScraper

v3.2.0

20 Dec 05:01
Compare
Choose a tag to compare

Now publishes to Bluesky! Images are included and we use Claude to summarize projects.

Much more reliable, if Slack/Claude/Bluesky operations fail we save data to a persistent queue and try again on the next launch.

v3.0.3

14 Dec 23:15
Compare
Choose a tag to compare

Rewrote it in Rust 🦀

2.3.1.0

27 Feb 21:01
Compare
Choose a tag to compare
Use dotnet-releaser, publish for more architectures

v2.2

03 Dec 02:47
Compare
Choose a tag to compare

Adds a --use-cache parameter to cache API responses (super handy during development) and some retries. Big thanks to @PeterDowdy!

v2.1

02 Dec 02:40
Compare
Choose a tag to compare
  • Better Slack formatting
  • --save-to-db parameter
  • Escape weird API data better to avoid breaking things

woops, accidentally tagged this as v2.0.1 🤦‍♂️

v2.0.0-alpha1

29 Nov 21:03
Compare
Choose a tag to compare

First preview release of RezoningScraper v2.

RezoningScraper is a statically linked single file executable with no dependencies. It saves project data to a local SQLite database (next to the executable) and reports on any new or modified projects (via the command line by default, and it can optionally post to Slack as well). Run it with the --help flag to see all available options.

image