Instagram2Fedi/Docs.md

39 lines
1.0 KiB
Markdown
Raw Normal View History

2021-11-14 20:17:45 +00:00
# Instagram2Fedi Docs 📜
2021-11-14 20:11:00 +00:00
2021-11-14 20:17:45 +00:00
## How to use
2021-11-14 20:19:53 +00:00
You can use Instagram2Fedi via docker or just like a python script
2021-11-14 20:17:45 +00:00
### Via Docker
Specify your variables in `./env.sh` and then run `./run.sh`
You can modify `docker run` arguments in `./run.sh`
### Just a python script
Run `pip3 install -r requirements.txt` and then run `./insta2fedi`.
Specify your arguments. You should use `--use-docker 0`.
## Command line arguments
2021-11-14 20:11:00 +00:00
`--use-mastodon` - set not positive number (`0`, `-1`...) if your instance don't have max image count limit.
2021-11-14 20:17:45 +00:00
2021-11-14 20:11:00 +00:00
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
2021-11-14 20:19:53 +00:00
`--post-interval` - Interval in seconds between posting new fetched posts.
2021-11-14 20:17:45 +00:00
2021-11-14 20:11:00 +00:00
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`