RubyGems Navigation menu

skyfall 0.1.2

Skyfall is a Ruby library for connecting to the "firehose" of the Bluesky social network, i.e. a websocket which streams all new posts and everything else happening on the Bluesky network in real time. The code connects to the websocket endpoint, decodes the messages which are encoded in some binary formats, and returns the data as Ruby objects, which you can filter and save to some kind of database (e.g. in order to create a custom feed).

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.3.0 - March 21, 2024 (16.5 KB)
  2. 0.2.5 - March 14, 2024 (16 KB)
  3. 0.2.3 - September 28, 2023 (12 KB)
  4. 0.2.2 - September 06, 2023 (12 KB)
  5. 0.2.1 - August 19, 2023 (11.5 KB)
  6. 0.1.2 - June 15, 2023 (10 KB)
Show all versions (11 total)

Runtime Dependencies (3):

base32 ~> 0.3, >= 0.3.4
cbor ~> 0.5, >= 0.5.9.6
websocket-client-simple ~> 0.6, >= 0.6.1

Owners:

Pushed by:

Authors:

  • Kuba Suder

SHA 256 checksum:

b37a94e2e28e6d15c3648786a536714d7824c4d29d34f35f17f8d08a074e75a9

Total downloads 3,578

For this version 363

License:

Zlib

Required Ruby Version: >= 2.6.0

Links: