Python script for crossposting from Instagram to Mastodon or Pixelfed
Go to file
2021-09-01 00:04:40 +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 2021-09-01 00:04:40 +03:00

Instagram2Mastodon 🐘

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/instagram2mastodon
cd instagram2mastodon
docker build -t YOUR_CONTAINER_NAME .
docker container run -it -v $(pwd):/app YOUR_CONTAINER_NAME I2M_INSTAGRAM_USER I2M_INSTANCE I2M_TOKEN