RubyGems Navigation menu

skyfall 0.3.0

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.3.0 - March 21, 2024 (16.5 KB)
  2. 0.2.5 - March 14, 2024 (16.0 KB)
  3. 0.2.3 - September 28, 2023 (12.0 KB)
  4. 0.2.2 - September 06, 2023 (12.0 KB)
  5. 0.2.1 - August 19, 2023 (11.5 KB)
顯示所有版本(共 11)

Runtime 相依性套件 (8):

base32 ~> 0.3, >= 0.3.4
base64 ~> 0.1
cbor ~> 0.5, >= 0.5.9.6
eventmachine ~> 1.2, >= 1.2.7
faye-websocket ~> 0.11
stringio ~> 3.0
time ~> 0.3
uri ~> 0.13

擁有者:

Pushed by:

作者:

  • Kuba Suder

SHA 256 checksum:

1f3c669c7cec22ed7adefb56b73926bca8e12f541a54f95ec310f944c4f674d6

總下載次數 3,337

這個版本 200

License:

Zlib

Ruby 版本需求: >= 2.6.0

相關連結: