在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Horhik/Instagram2Fedi开源软件地址(OpenSource Url):https://github.com/Horhik/Instagram2Fedi开源编程语言(OpenSource Language):Python 86.9%开源软件介绍(OpenSource Introduction):Instagram2FediSimple tool for crossposting posts from instagram to Mastodon/Pixelfed. Using without dockerSee Docs.md Using docker-compose
version: '3'
services:
bot:
build:
context: .
image: "horhik/instagram2fedi:latest"
environment:
- YOUR_CONTAINER_NAME=<whatever>
- I2M_INSTAGRAM_USER=<instgram username>
- I2M_INSTANCE=<mastodon or pixelfed instance>
- I2M_TOKEN=<your token here>
- I2M_CHECK_INTERVAL=3600 #1 hour
- I2M_POST_INTERVAL=3600 #1 hour
- I2M_USE_MASTODON=4 #max carouse - is 4, if there's no limit set to -1
- I2M_FETCH_COUNT=5 # how many instagram posts to fetch per check_interval -
Using with DockerfileJust clone repo, specify variables and run it.
You can write all needed variables in git clone https://github.com/horhik/instagram2fedi
cd instagram2fedi
nano ./env.sh
source ./run.sh |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论