Ruby gem for ingesting ATProto repo data from a Tap service (extension of Skyfall gem)
2
fork

Configure Feed

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

release 0.0.1

+5 -3
+3 -1
CHANGELOG.md
··· 1 - ## [Unreleased] 1 + ## [0.0.1] - 2025-12-22 2 + 3 + - first working version, with streaming from Tap, support for ack and admin password options, and calling two HTTP endpoints
+1 -1
README.md
··· 35 35 36 36 Add this to your `Gemfile`: 37 37 38 - gem 'tapfall', '~> 0.1' 38 + gem 'tapfall' 39 39 40 40 41 41 ## Usage
+1 -1
tapfall.gemspec
··· 9 9 spec.email = ["jakub.suder@gmail.com"] 10 10 11 11 spec.summary = "A gem for ingesting ATProto repository data from a Tap service (extension of the Skyfall gem)" 12 - spec.description = "TODO: Write a longer description or delete this line." 12 + # spec.description = "TODO: Write a longer description or delete this line." 13 13 spec.homepage = "https://ruby.sdk.blue" 14 14 15 15 spec.license = "Zlib"