Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexlnkp/bsky-quotecrawler

Crawl through all of the quotes of a Bluesky post. Useful for branching out quotes and chain-quotes.
https://github.com/alexlnkp/bsky-quotecrawler

bluesky bsky curl

Last synced: 7 days ago
JSON representation

Crawl through all of the quotes of a Bluesky post. Useful for branching out quotes and chain-quotes.

Awesome Lists containing this project

README

        

bsky-quotecrawler

PREREQUISITES
1. you'll need a C compiler
2. you'll need libcurl in your lib path
3. you'll need json-c in your lib path
4. you'll need pthread in your lib path (and support for it)

BUILDING
1. run `cc -o nob nob.c`
2. run `./nob`
3. ???
4. profit (hopefully)

this tool is a work-in-progress. not a lot is implemented right now.
planned features:
1. bsky authentication [ ]
2. raylib gui [ ]
3. faster requests [ ]
4. emscripten compilation [ ]

considered features:
1. a better algorithm w/o recursion [ ]