Document minimum requirements

Also bump the LINE extension version mentioned in SETUP.md (which the
bridge still works with, as far as I can tell)
This commit is contained in:
Andrew Ferrazzutti 2021-05-03 02:44:11 -04:00
parent a7b1f3bea2
commit d080590c54
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Minimum Requirements
* Python 3.8
* Node 10.18.1
# Setup
1. Download the .crx file of the [LINE Chrome extension](https://chrome.google.com/webstore/detail/line/ophjlpahpchlmihnnnihgmmeilfjmjjc) (version 2.4.3), and extract it to `puppet/extension_files`
1. Download the .crx file of the [LINE Chrome extension](https://chrome.google.com/webstore/detail/line/ophjlpahpchlmihnnnihgmmeilfjmjjc) (version 2.4.4), and extract it to `puppet/extension_files`
2. `cd` to the `puppet` directory and run `yarn --production`
3. 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
4. Once the LINE popup appears, press F12 to show DevTools, which will reveal the LINE extension's UUID

View File

@ -6,6 +6,9 @@
"type": "git",
"url": "git+https://src.miscworks.net/fair/matrix-puppeteer-line.git"
},
"engines": {
"node": ">=10.18.1"
},
"type": "module",
"main": "src/main.js",
"author": "Andrew Ferrazzutti <fair@miscworks.net>",