From e35b4008191bd64245b2b52b8bf335368308b743 Mon Sep 17 00:00:00 2001 From: horhik Date: Sun, 14 Nov 2021 23:11:00 +0300 Subject: [PATCH] add Docs.md --- Docs.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Docs.md diff --git a/Docs.md b/Docs.md new file mode 100644 index 0000000..acd0b18 --- /dev/null +++ b/Docs.md @@ -0,0 +1,21 @@ +# Instagram2Fedi Docs + +## Command line arguments + +`--use-mastodon` - set not positive number (`0`, `-1`...) if your instance don't have max image count limit. +For example, default maximum photo count in mastodon is `4` + +`--instance` - Your instance url + +`--instagram-user` - Your instagram user name. + +`--token` - Your OAuth token + +`--check-interval` - Interval in seconds how often to check for new posts + +`--post-interval` - Interval in seconds between new fetched posts. +If theres more than one new post, sets with which time interval should it post them + +`--fetch-count` - How many new posts to select + +`--use-docker` - If you're running it via docker container, set to `1` or `True`