mastodon-markdown-archive/README.md
2024-04-21 18:43:55 +02:00

13 lines
No EOL
570 B
Markdown

# Mastodon PESOS
Fetch a Mastodon account's posts and save them as Markdown files. For the time being this works with [Hugo](https://gohugo.io).
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
- [ ] Support filtering posts using Mastodon's [query parameters](https://docs.joinmastodon.org/methods/accounts/#query-parameters)
- [x] Save posts to files
- [x] Transform HTML to Markdown
- [x] Show embedded images