Python script for crossposting from Instagram to Mastodon or Pixelfed
Go to file
horhik eaadf55a02 Update .gitignore 2021-09-08 22:02:59 +03:00
src Update .gitignore 2021-09-08 22:02:59 +03:00
.gitignore Update .gitignore 2021-09-08 22:02:59 +03:00
Dockerfile improve README 2021-09-01 00:03:02 +03:00
LICENSE add LICENSE 2021-09-06 20:06:48 +03:00
README.md Update README.md 2021-09-05 17:16:31 +03:00
env.sh add env.sh 2021-09-01 00:10:17 +03:00
run.sh add run.sh (quickstart) 2021-09-01 16:59:03 +03:00

README.md

Instagram2Fedi

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

Installing

Just clone repo, build a docker container and run it

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

You can write all needed variables in ./env.sh and then do source ./run.sh

image