신원형

add readme

Showing 1 changed file with 26 additions and 0 deletions
1 +# Requirements
2 +
3 +| Name |Version |
4 +| ------ | ------ |
5 +| firefox | 100.0.2 |
6 +| nodejs | 16.15.0 |
7 +| npm | 8.10.0 |
8 +| geckodriver | 0.31.0-linux64 |
9 +
10 +# Installation
11 +
12 +```sh
13 +$ wget -c https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz -O - | tar -xz
14 +$ npm install
15 +```
16 +
17 +and add setting.json for channel access
18 +
19 +```json
20 +{
21 + "channel_access": "<Channel Access Token>",
22 + "domain": "<Domain>",
23 + "id": "<ECampus ID>",
24 + "pw": "<ECampus PW>"
25 +}
26 +```
...\ No newline at end of file ...\ No newline at end of file