@@ -353,35 +353,37 @@ node bottok.js -b "C:\Program Files\Google\Chrome\Application\Chrome.exe"
353353Usage: node bottok.js [options]
354354
355355Options:
356- -h, --help Show help
357- -v, --version BotTok version
358- -l, --video <link> TikTok video URL to perform the task on
359- -t, --task <task> Task to perform on the TikTok video (example: 'Up Views')
360- -q, --provider <prov> Provider Zefoy or Freer (default: Zefoy)
361- -c, --cookies <path> File path to store session cookies (default: cookies.json)
362- -u, --user-agent <ua> User agent to be used (default: random user-agent)
363- -p, --proxy <proxy> The proxy to be used (example: http://localhost:8080)
364- -s, --proxies <path> The path of the proxies file to use randomly (default: proxies.txt)
365- -n, --proxies-country <c> Filter proxies by country code (example: 'FR' or list 'ES,FR,IT')
366- -b, --browser <path> Path to a browser executable to use instead of Chromium
367- -r, --browser-remote <ws> Set browser WS endpoint to connect to an existing instance
368- -j, --browser-user <path> Set custom user data directory of browser (profile folder)
369- -w, --no-headless Open visible browser window
370- -k, --terminal-captcha Terminal captcha instead of auto solver
371- -o, --log Write activity log (activity.log)
372- -m, --minimal Hide ASCII art header
373- -d, --detach Output mode for background processes
374- -x, --limit <int> By the time the accumulation limit is reached
375- -z, --min-limit <int> If it does not accumulate x amount in 60 minutes it stops
376- -f, --max-time <int> Sets a maximum time limit in hours before stops
377- -a, --available-tasks Returns the currently available tasks
378- -g, --session-status Returns the session status
379- -i, --init-accums Set a initial accumulation value (default: 0)
380- -e, --verbose Display detailed processing information in logs
381- -R, --retry-timeout Waiting trying again timeout in minutes (default: 1)
382- -H, --c-hearts-qty <int> Set the number of hearts to send to the comment (25, 50 or 100)
383- -T, --c-text-filter <str> Filter comments by comment text
384- -U, --c-user-filter <str> Filter comments by comment author
356+ -h, --help Show help
357+ -v, --version BotTok version
358+ -l, --video <link> TikTok video URL to perform the task on
359+ -t, --task <task> Task to perform on the TikTok video (example: 'Up Views')
360+ -q, --provider <prov> Provider Zefoy or Freer (default: Zefoy)
361+ -c, --cookies <path> File path to store session cookies (default: cookies.json)
362+ -u, --user-agent <ua> User agent to be used (default: random user-agent)
363+ -p, --proxy <proxy> The proxy to be used (example: http://localhost:8080)
364+ -s, --proxies <path> The path of the proxies file to use randomly (default: proxies.txt)
365+ -n, --proxies-country <c> Filter proxies by country code (example: 'FR' or list 'ES,FR,IT')
366+ -b, --browser <path> Path to a browser executable to use instead of Chromium
367+ -r, --browser-remote <ws> Set browser WS endpoint to connect to an existing instance
368+ -j, --browser-user <path> Set custom user data directory of browser (profile folder)
369+ -w, --no-headless Open visible browser window
370+ -k, --terminal-captcha Terminal captcha instead of auto solver
371+ -o, --log Write activity log (activity.log)
372+ -m, --minimal Hide ASCII art header
373+ -d, --detach Output mode for background processes
374+ -x, --limit <int> By the time the accumulation limit is reached
375+ -z, --min-limit <int> If it does not accumulate x amount in 60 minutes it stops
376+ -f, --max-time <int> Sets a maximum time limit in hours before stops
377+ -a, --available-tasks Returns the currently available tasks
378+ -g, --session-status Returns the session status
379+ -i, --init-accums <int> Set a initial accumulation value (default: 0)
380+ -e, --verbose Display detailed processing information in logs
381+ -R, --retry-timeout <int> Waiting trying again timeout in minutes (default: 1)
382+ -C, --wait-threshold <int> Cooldown applies if wait time exceeds this in minutes (default: 60)
383+ -Y, --wait-cooldown <int> Time to wait when threshold is triggered in minutes (default: 20)
384+ -H, --c-hearts-qty <int> Set the number of hearts to send to the comment (25, 50 or 100)
385+ -T, --c-text-filter <str> Filter comments by comment text
386+ -U, --c-user-filter <str> Filter comments by comment author
385387```
386388
387389## Advanced
0 commit comments