mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2025-02-16 14:24:43 +00:00
14 lines
358 B
Bash
Executable file
14 lines
358 B
Bash
Executable file
#!b/in/sh
|
|
|
|
# Required
|
|
export YOUR_CONTAINER_NAME=
|
|
export I2M_INSTAGRAM_USER=
|
|
export I2M_INSTANCE=
|
|
export I2M_TOKEN=
|
|
|
|
export I2M_CHECK_INTERVAL=3600 #1 hour
|
|
export I2M_POST_INTERVAL=3600 #1 hour
|
|
export I2M_USE_MASTODON=4 #max carousel length is 4, if there's no limit set to -1
|
|
export I2M_FETCH_COUNT=5 # how many instagram posts to fetch per check_interval
|
|
|