Skip to content

Commit

Permalink
Update to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jfadev committed Jul 28, 2024
1 parent ff00359 commit b50b6a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ based in node.js, puppeteer and third-party providers (zefoy.com & freer.es).
- [Set Minimum Accumulation Limit](#set-minimum-accumulation-limit)
- [Set Maximum Time Limit](#set-maximum-time-limit)
- [Set Initial Accumulation Value](#set-initial-accumulation-value)
- [Set Retry Timeout Value](#set-retry-timeout-value)
- [Get Currently Available Tasks](#get-currently-available-tasks)
- [Get a Session Status](#get-a-session-status)
- [Connect to an Existing Browser Instance](#connect-to-an-existing-browser-instance)
Expand Down Expand Up @@ -365,6 +366,7 @@ Options:
-g, --session-status Returns the session status
-i, --init-accums Set a initial accumulation value (default: 0)
-e, --verbose Display detailed processing information in logs
-rt, --retry-timeout Waiting trying again timeout in minutes (default: 1)
```

## Advanced
Expand Down Expand Up @@ -504,6 +506,14 @@ The counter starts with this value. Useful for resuming tasks.
$ node bottok.js -i 500000
```

#### Set Retry Timeout Value

The timeout period in minutes before retrying a failed attempt. Useful for controlling the retry intervals.

```bash
$ node bottok.js -rt 5
```

#### Get Currently Available Tasks

Returns the currently available tasks.
Expand Down
2 changes: 1 addition & 1 deletion bottok.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bottok",
"version": "1.1.0",
"version": "1.1.1",
"description": "Bot Tok is an TikTok Up Bot (likes, shares, favorites and views) based in node.js, puppeteer and zefoy.com.",
"type": "module",
"main": "bottok.js",
Expand Down

0 comments on commit b50b6a9

Please sign in to comment.