Python script for crossposting from Instagram to Mastodon or Pixelfed
Go to file
George 3a5f1ffcde
Update README.md
2021-09-01 00:23:35 +03:00
src add README 2021-08-31 23:57:31 +03:00
.gitignore fix readme 2021-09-01 00:04:13 +03:00
Dockerfile improve README 2021-09-01 00:03:02 +03:00
README.md Update README.md 2021-09-01 00:23:35 +03:00
env.sh add env.sh 2021-09-01 00:10:17 +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 ./env.sh

image