A Ruby gem for streaming data from the Bluesky/ATProto firehose
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 0.2.2 9 lines 168 B view raw
1# frozen_string_literal: true 2 3source "https://rubygems.org" 4 5# Specify your gem's dependencies in skyfall.gemspec 6gemspec 7 8gem "rake", "~> 13.0" 9gem "rspec", "~> 3.0"