The initial code for connecting to BlueSky's firehose has been replaced with
a better implementation. However, the original code is still available and can
be executed using the command BlueSkySight-Firehose-v1
, while the new default
implementation can be executed with BlueSkySight-Firehose
.
The command to connect to BlueSky's firehose via Jetstream remains unchanged.
- Added a function (and new command) to connect to Bluesky's firehose via Jetstream. (c800d31)
- Automatically reconnects when the server closes the connection. (1ec09a6)
- Improved function to parse Bluesky's firehose. (c03a461)
- The list of regular expressions is now in the configuration file. (612c1ec)
- If the resolution of the DID to a handle fails, simply return the AT URI (with the DID).
- Various small improvements.
- First working prototype uploaded to PyPI.