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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.4.0 - September 23, 2024 (18.5 KB)
  2. 0.3.1 - June 28, 2024 (17.0 KB)
  3. 0.3.0 - March 21, 2024 (16.5 KB)
  4. 0.2.5 - March 14, 2024 (16.0 KB)
  5. 0.2.3 - September 28, 2023 (12.0 KB)
  6. 0.1.2 - June 15, 2023 (10.0 KB)
显示所有版本 (共 13 个)

Runtime 依赖 (3):

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

业主:

推送:

作者:

  • Kuba Suder

SHA 256 校验和:

= 复制到剪贴板 已复制!

下载总量 4,538

这个版本 405

版本发布:

许可:

Zlib

需要的 Ruby 版本: >= 2.6.0

链接: