forked from fair/matrix-puppeteer-line
1.3 KiB
1.3 KiB
Setup
- Download the .crx file of the LINE Chrome extension (version 2.4.3), and extract it to
puppet/extension_files
cd
to thepuppet
directory and runyarn --production
- Run
node prep_helper.js
to open the version of Chrome downloaded by Puppeteer, and click on the LINE icon next to the URL bar - Once the LINE popup appears, press F12 to show DevTools, which will reveal the LINE extension's UUID
- Copy
puppet/example-config.json
topuppet/config.json
, and update it with the UUID found in the previous step - Launch the Puppeteer module with
yarn start
ornode src/main.js
cd
to the main directory and create a Python virtual environment withvirtualenv -p /usr/bin/python3 .venv
, and enter it withsource .venv/bin/activate
- Install Python requirements with
pip install -r requirements.txt
- Copy
matrix_puppeteer_line/example-config.yaml
toconfig.yaml
, and update it with the proper settings to connect to your homeserver - Run
python -m matrix_puppeteer_line -g
to generate an appservice registration file, and update your homeserver configuration to accept it - Run the bridge with
python -m matrix_puppeteer_line
- Start a chat with the bot and follow the instructions