Skip to content

camlspotter/bsky_ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OCaml library to access BlueSky

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages