# 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](https://gohugo.io) markdown files. Use this to syndicate Mastodon posts to your own site. See IndieWeb's guide on [PESOS](https://indieweb.org/PESOS) for more information. ## To do - [x] Fetch Mastodon account id - [x] Fetch Mastodon posts - [x] Save posts to files - [x] Transform HTML to Markdown - [x] Show embedded images - [x] Support filtering posts using Mastodon's [query parameters](https://docs.joinmastodon.org/methods/accounts/#query-parameters)