No description
Find a file
2024-04-21 19:51:55 +02:00
client Implement --persist behavior and add logs 2024-04-21 19:51:55 +02:00
files Transform post content to markdown 2024-04-21 18:43:55 +02:00
templates Remove unused file 2024-04-21 18:44:32 +02:00
.gitignore Use flags for query parameters 2024-04-21 19:15:36 +02:00
go.mod Transform post content to markdown 2024-04-21 18:43:55 +02:00
go.sum Transform post content to markdown 2024-04-21 18:43:55 +02:00
LICENSE Fetch user account id and posts 2024-04-21 15:08:09 +02:00
main.go Implement --persist behavior and add logs 2024-04-21 19:51:55 +02:00
README.md Use flags for query parameters 2024-04-21 19:15:36 +02:00

Mastodon PESOS

Fetch a Mastodon account's posts and save them as Markdown files. For the time being this generates the files formatted as Hugo markdown files.

Use this to syndicate Mastodon posts to your own site. See IndieWeb's guide on PESOS for more information.

To do

  • Fetch Mastodon account id
  • Fetch Mastodon posts
  • Save posts to files
  • Transform HTML to Markdown
  • Show embedded images
  • Support filtering posts using Mastodon's query parameters