mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-22 08:11:26 +00:00
add example to Docs
This commit is contained in:
parent
0cea3d42f3
commit
a39365ec1f
6
Docs.md
6
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 <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.
|
||||
|
|
Loading…
Reference in a new issue