From 582a6a94354b2c150e8375f0a5479da2e5b024d0 Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Sun, 21 Apr 2024 15:20:25 +0200 Subject: [PATCH] Add todos --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 049b5f8..82526f4 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,8 @@ Fetch a Mastodon account's posts and save them as Markdown files. For the time b 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) +- [ ] Save posts to files \ No newline at end of file