No description
Find a file
2024-04-21 18:13:19 +02:00
client Write posts and replies to markdown files 2024-04-21 18:12:13 +02:00
files Write posts and replies to markdown files 2024-04-21 18:12:13 +02:00
templates Write posts and replies to markdown files 2024-04-21 18:12:13 +02:00
.gitignore Initial commit 2024-04-21 11:21:55 +00:00
go.mod Write posts and replies to markdown files 2024-04-21 18:12:13 +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 Update README todos 2024-04-21 18:13:19 +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