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

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

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