Python script for crossposting from Instagram to Mastodon or Pixelfed
Go to file
George 918c22a021
Update Docs.md
2021-11-20 14:38:10 +03:00
src probably, fix issue 2 2021-11-20 05:50:00 -05:00
.gitignore update gitignore 2021-11-20 12:53:31 +03:00
Dockerfile some changes 2021-11-17 11:38:22 -05:00
Docs.md Update Docs.md 2021-11-20 14:38:10 +03:00
LICENSE some changes 2021-11-17 11:38:22 -05:00
README.md some changes 2021-11-17 11:39:53 -05:00
env.sh some updates 2021-11-20 12:56:16 +03:00
insta2fedi remove shit from ./insta2fedi 2021-11-14 23:20:48 +03:00
requirements.txt some changes 2021-11-17 11:38:22 -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