Python script for crossposting from Instagram to Mastodon or Pixelfed
Go to file
George 043739193f
Update README.md
2021-11-22 15:27:38 +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 Update README.md 2021-11-22 15:27:38 +03: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 tool for crossposting posts from instagram to Mastodon/Pixelfed.

Using without docker

See Docs.md

Using with Docker

Just clone repo, specify variables 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
vim ./env.sh
source ./run.sh

image