Skip to content
This repository was archived by the owner on May 29, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Before you run script you need following packages to be installed:
| fs |
| readline-sync |
| cryptr |
| tcp-port-used |

Install them using following command:
```sh
$ npm install --save selenium-webdriver@3.6.0 chromedriver object-length
system-sleep fs readline-sync cryptr
$ npm install --save selenium-webdriver@3.6.0 chromedriver object-length system-sleep fs readline-sync cryptr tcp-port-used
```
After that just run `node auto-comment.js` in terminal and follow the instructions.
```sh
Expand Down