Experimental library to access BlueSky via the AT Protocol
- poc : PoC code to understand the protocol
- lexicon : Lexicon compiler
- src : The library
-
lexicon.ml and xrpc.ml are generated by executing lexicon/compiler/compiler.exe:
% cd lexicon/compiler % dune exec ./compiler.exe
-
Demos
-
src/demo/demo.exe Access to BlueSky: authentication, getting the timeline, posting, search etc.
-
src/unix/demo/subscribe.exe Dump the stream from BlueSky's Firehose API