Pre-packaged app.bsky and chat.bsky AT Protocol lexicons.
0
fork

Configure Feed

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

Elixir 99.7%
Nix 0.2%
Shell 0.1%
4 1 0

Clone this repository

https://tangled.org/comet.sh/atex_bsky https://tangled.org/did:web:comet.sh/atex_bsky
git@knot.ovy.sh:comet.sh/atex_bsky git@knot.ovy.sh:did:web:comet.sh/atex_bsky

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

atex_bsky#

This package contains the app.bsky and chat.bsky lexicons translated into Elixir modules for use with atex.

Installation#

Add atex_bsky to your list of dependencies in mix.exs:

def deps do
  [
    {:atex_bsky, "~> 0.1"}
  ]
end