Python script for crossposting from Instagram to Mastodon or Pixelfed
Go to file
horhik 75530bae88 add README 2021-08-31 23:57:31 +03:00
src add README 2021-08-31 23:57:31 +03:00
.gitignore add .gitignore 2021-08-31 17:06:18 +03:00
Dockerfile fix little mistakes 2021-08-31 23:50:06 +03:00
README.md add README 2021-08-31 23:57:31 +03:00
already_posted.txt add README 2021-08-31 23:57:31 +03:00

README.md

Instagram2Mastodon 🐘

Simple python 🐍 script for crossposting from instagram to mastodon (maybe it could work with 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 I2M_INSTAGRAM_USER I2M_INSTANCE I2M_TOKEN