mastodon-markdown-archive/README.md

14 lines
608 B
Markdown
Raw Normal View History

2024-04-21 13:16:46 +00:00
# Mastodon PESOS
2024-04-21 17:15:36 +00:00
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.
2024-04-21 13:16:46 +00:00
Use this to syndicate Mastodon posts to your own site. See IndieWeb's guide on [PESOS](https://indieweb.org/PESOS) for more information.
2024-04-21 11:21:55 +00:00
2024-04-21 13:20:25 +00:00
## To do
- [x] Fetch Mastodon account id
- [x] Fetch Mastodon posts
2024-04-21 16:13:19 +00:00
- [x] Save posts to files
2024-04-21 16:43:55 +00:00
- [x] Transform HTML to Markdown
2024-04-21 17:15:36 +00:00
- [x] Show embedded images
- [x] Support filtering posts using Mastodon's [query parameters](https://docs.joinmastodon.org/methods/accounts/#query-parameters)