mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-01-15 05:16:40 +00:00
beautify Docs.md
This commit is contained in:
parent
a39365ec1f
commit
5c8867a938
15
Docs.md
15
Docs.md
|
@ -27,22 +27,37 @@ For example:
|
|||
|
||||
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 posting 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`
|
||||
|
||||
|
||||
## Default values ⚙
|
||||
Default values are:
|
||||
``` bash
|
||||
|
|
Loading…
Reference in a new issue