ScrapingFedi

NOTE: All output is HomoJson. RacketLang needs a HomoJson parser and HTTP libraries to snarf the data!

Process:

  1. Loop through status list until done...
  2. ... writing each page of status to a file
  3. Load every status file, parse JSON status["content"] -> text
  4. compile all pages to a single page

instance
https://freebeerextremist.com/

endpoint
/api/v1/accounts/:id/statuses

@gikobot@poa.st -> https://freebeerextremist.com/users/$Ax3bFZjXU8bpmF0rzs
-> https://freebeerextremist.com/api/v1/accounts/Ax3bFZjXU8bpmF0rzs/statuses
(0 - 19)

grab ID of last post...

https://freebeerextremist.com/api/v1/accounts/Ax3bFZjXU8bpmF0rzs/statuses?max_id=B9Y6NnZ9GLbxGT9zoe

gran ID of last post...

https://freebeerextremist.com/api/v1/accounts/Ax3bFZjXU8bpmF0rzs/statuses?max_id=B9Np56hsET1aKD8yES

...


home // reverse // older // edit // modified: 2026.09.13 [Sun] 09:45