Matrix <--> Instagram Bridge. Patched to ignore instagram redaction events.

Noah Vogt 577cb0088c add workflow commands to readme 1 tahun lalu
.github 39cf99e3fa Update linters 2 tahun lalu
mauigpapi 8cf4d4ed37 Revert "Update app version ID again (#135)" 1 tahun lalu
mautrix_instagram eaec3d1321 Merge branch 'mautrix:master' into master 1 tahun lalu
.dockerignore 3cc0c8b582 Initial commit 4 tahun lalu
.editorconfig df5e7a51ee pre-commit: add configuration 3 tahun lalu
.gitignore 3cc0c8b582 Initial commit 4 tahun lalu
.gitlab-ci.yml af7606374d Move CI script to mautrix/ci repo 3 tahun lalu
.pre-commit-config.yaml 39cf99e3fa Update linters 2 tahun lalu
CHANGELOG.md 1131e5a1fe Bump version to 0.3.1 1 tahun lalu
Dockerfile 02e0c31c23 Install aiohttp-socks from pypi 1 tahun lalu
LICENSE 3cc0c8b582 Initial commit 4 tahun lalu
MANIFEST.in f1e01995fa Add full changelog in a file 3 tahun lalu
README.md 577cb0088c add workflow commands to readme 1 tahun lalu
ROADMAP.md bb9c471a94 Add support for creating DMs 3 tahun lalu
dev-requirements.txt 39cf99e3fa Update linters 2 tahun lalu
docker-run.sh 6186e23232 Fix mistake in direct startup environment variable 2 tahun lalu
optional-requirements.txt 7e7299dc98 Update pillow 1 tahun lalu
pyproject.toml 614af99494 Update and unpin black 3 tahun lalu
requirements.txt 1131e5a1fe Bump version to 0.3.1 1 tahun lalu
setup.py ea9895a8ff Remove device descriptor list 2 tahun lalu

README.md

mautrix-instagram

Languages License Release GitLab CI Code style Imports

A Matrix-Instagram DM puppeting bridge.

Documentation

All setup and usage instructions are located on docs.mau.fi. Some quick links:

Features & Roadmap

ROADMAP.md contains a general overview of what is supported by the bridge.

Discussion

Matrix room: #instagram:maunium.net

Workflow

doas docker build -t instagram:$TAG .
doas docker tag instagram:$TAG noahvogt/mautrix-instagram:$TAG
doas docker push noahvogt/mautrix-instagram:$TAG