Python script for crossposting from Instagram to Mastodon or Pixelfed
Go to file
horhik 2b425b0f5a update gitignore 2021-11-20 12:53:31 +03:00
src try to fix issue 2 2021-11-20 12:18:58 +03:00
.gitignore update gitignore 2021-11-20 12:53:31 +03:00
Dockerfile improve README 2021-09-01 00:03:02 +03:00
Docs.md beautify Docs.md 2021-11-14 23:54:16 +03:00
LICENSE add LICENSE 2021-09-06 20:06:48 +03:00
README.md update README 2021-11-14 23:49:10 +03:00
env.sh add env.sh 2021-09-01 00:10:17 +03:00
insta2fedi remove shit from ./insta2fedi 2021-11-14 23:20:48 +03:00
requirements.txt add requirements.txt 2021-11-14 14:51:47 -05:00
run.sh add --use-docker to run.sh 2021-11-14 23:33:28 +03:00

README.md

Instagram2Fedi

Simple python 🐍 script for crossposting from instagram to Mastodon/Pixelfed

Using without docker

See Docs.md

Using with Docker

Just clone repo, build a docker container and run it You can write all needed variables in ./env.sh and then do source ./run.sh

git clone https://github.com/horhik/instagram2fedi
cd instagram2fedi
docker build -t $YOUR_CONTAINER_NAME .
docker container run -it -d -v $(pwd):/app $YOUR_CONTAINER_NAME $I2M_INSTAGRAM_USER $I2M_INSTANCE $I2M_TOKEN

image