forked from fair/matrix-puppeteer-line
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:
parent
a7b1f3bea2
commit
d080590c54
6
SETUP.md
6
SETUP.md
|
@ -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
|
||||
|
|
|
@ -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>",
|
||||
|
|
Loading…
Reference in New Issue