Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alexlnkp/bsky-quotecrawler
- Owner: alexlnkp
- License: other
- Created: 2024-12-26T14:07:53.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T15:02:42.000Z (8 days ago)
- Last Synced: 2024-12-26T15:22:36.873Z (8 days ago)
- Topics: bluesky, bsky, curl
- Language: C
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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 [ ]