No description
Find a file
2024-04-21 18:44:32 +02:00
client Write posts and replies to markdown files 2024-04-21 18:12:13 +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 Initial commit 2024-04-21 11:21:55 +00: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 Write posts and replies to markdown files 2024-04-21 18:12:13 +02:00
README.md Transform post content to markdown 2024-04-21 18:43:55 +02:00

Mastodon PESOS

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

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
  • Support filtering posts using Mastodon's query parameters
  • Save posts to files
  • Transform HTML to Markdown
  • Show embedded images