mirror of
https://github.com/Horhik/Instagram2Fedi.git
synced 2024-11-14 04:33:16 +00:00
14 lines
370 B
Bash
Executable file
14 lines
370 B
Bash
Executable file
#!b/in/sh
|
|
|
|
# Required
|
|
export YOUR_CONTAINER_NAME=kek
|
|
export I2M_INSTAGRAM_USER=kek
|
|
export I2M_INSTANCE=kek
|
|
export I2M_TOKEN=kek
|
|
|
|
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
|
|
|