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

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

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