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

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

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