A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer.
Go to file
Andrew Ferrazzutti 0d154c826e Fix outbound message sending
The message text input field in LINE chats doesn't play nice with
Puppeteer's "type" function for live-typing text...

It's a div instead of a text input, and uses innerText instead of value.
Setting its innerText directly seems to work best, so just use that.
2021-06-14 01:54:24 -04:00
matrix_puppeteer_line Add missing await 2021-06-14 01:53:26 -04:00
puppet Fix outbound message sending 2021-06-14 01:54:24 -04:00
.dockerignore
.editorconfig
.gitignore
.gitlab-ci.yml
docker-run.sh
Dockerfile
LICENSE
MANIFEST.in
optional-requirements.txt Update dependencies 2021-05-04 22:00:13 -04:00
README.md Update roadmap 2021-06-08 01:08:18 -04:00
requirements.txt Update dependencies 2021-05-04 22:00:13 -04:00
ROADMAP.md Update roadmap 2021-06-08 01:08:18 -04:00
SETUP.md Small doc update 2021-06-04 02:19:46 -04:00
setup.py

matrix-puppeteer-line

A very hacky Matrix-LINE bridge based on running LINE's Chrome extension in Puppeteer. Fork of https://mau.dev/tulir/mautrix-amp/.

Features, roadmap, and limitations

ROADMAP.md

Setup

SETUP.md

Discussion

Matrix room: #matrix-puppeteer-line:miscworks.net