add example to Docs

This commit is contained in:
horhik 2021-11-14 23:52:13 +03:00
parent 0cea3d42f3
commit a39365ec1f
1 changed files with 6 additions and 0 deletions

View File

@ -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 <instagram username> --instance <instance domain> --token <OAuth 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.