From 56e217ee2af446b56fe7bb37b0e0d6c93c9406b6 Mon Sep 17 00:00:00 2001 From: Gabriel Garrido Date: Sat, 11 May 2024 19:35:57 +0200 Subject: [PATCH] More README fixes, geez --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc7ee25..ca006db 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,13 @@ Usage of mastodon-markdown-archive: ## Example -Here is how I use this to archive posts from my Mastodon account. I exclude replies to others, and reblogs. +Here is how I use this to archive posts from my Mastodon account. -I use this tool programatically, and I certainly do not want to recreate the archive from scratch each time. +I use this tool programatically, and I certainly do not want to recreate the archive from scratch each time. I exclude replies to others, and reblogs. I first use this to generate an archive up to a certain point in time. Then, I use it to archive posts made since the last archived post. -Mastodo imposts an upper limit of 40 posts in their API. With `--persist-first` and `--persist-last` I can save cursors of the upper and lower bound of posts that were fetched. I can then use Mastodon's `max-id`, `min-id`, and `since-id` parameters to get the posts that I need, depending on each cae. +Mastodon imposes an upper limit of 40 posts in their API. With `--persist-first` and `--persist-last` I can save cursors of the upper and lower bound of posts that were fetched. I can then use Mastodon's `max-id`, `min-id`, and `since-id` parameters to get the posts that I need, depending on each cae. ### Generating an entire archive