From a39365ec1f88ad99f86c8b599d7bca4896042548 Mon Sep 17 00:00:00 2001 From: horhik Date: Sun, 14 Nov 2021 23:52:13 +0300 Subject: [PATCH] add example to Docs --- Docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Docs.md b/Docs.md index f088471..b9cd91f 100644 --- a/Docs.md +++ b/Docs.md @@ -15,6 +15,12 @@ Run `pip3 install -r requirements.txt` and then run `./insta2fedi`. Specify your arguments. You should use `--use-docker 0`. +For example: +``` bash + ./insta2fedi --use-docker false --instagram-user --instance --token --check-interval 10 --post-interval 10 --use-mastodon 4 + # will check for new post each 10 seconds +``` + ## Command line arguments 🖥 `--use-mastodon` - set not positive number (`0`, `-1`...) if your instance don't have max image count limit.