Skip to content

Commit df71299

Browse files
committed
v1.1
1 parent 939f31a commit df71299

File tree

5 files changed

+2958
-521
lines changed

5 files changed

+2958
-521
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
BROWSER_PATH=
2+
COOLDOWN=100
23
BROWSER_TIMEOUT=160000
34

45
GITHUB_TOKEN=

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ npm i node-fetch@2 @octokit/rest dotenv node-cron puppeteer puppeteer-extra
2525
## 🛠️ Configuration
2626
Configuration variables can be found in the file: "**.env**".
2727

28+
- **COOLDOWN** - waiting time before next fetch
2829
- **BROWSER_PATH** - path to the selected browser (on most OS can be left empty)
2930
- **BROWSER_TIMEOUT** - maximum time to wait for a response (default 160000)
3031

0 commit comments

Comments
 (0)