fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

My next task on my personal #indieWeb site is to graduate from grabbing #RSS items from #Mastodon and #BookWyrm at build time and throwing them on a page to instead fetching new items and add them to a collection in a true #PESOS implementation.

Brandon Rozek

@den Earlier today I wrote a Python script that is similar to what you described.

I have a file toots.json that contains all my toots and then a script refreshtoots.py that queries the JSON API and update toots.json to contain the old and new toots.

You're welcome to check it out and adapt/use it if it fits your needs. 😃

github.com/Brandon-Rozek/websi

GitHubwebsite/refreshtoots.py at master · Brandon-Rozek/websiteGithub Repo of Personal Website. Contribute to Brandon-Rozek/website development by creating an account on GitHub.

@brozek Awesome. Thanks. I think I’ll need to do it in Node but the principle is basically the same.