Skip to main content

Command Line Parameters

Parameters Table

ParameterDescription
-resetpasswordReset access password for the scraper
-stoptasksRun scraper with stopped tasks
-foregroundRun scraper with log output to console
-morelogsOutput detailed information to log
-asynchttpx-disable-cert-checkDisable TLS certificate validation
-noforkDisable multi-threaded processing of results

Using

info

The path in the command line must point to the directory with the executable file

Example of running the scraper with stopped A-scraper tasks:

  • Windows
aparser.exe -stoptasks

or

.\aparser.exe -stoptasks
  • Linux
./aparser -stoptasks

Reset Password

Example of resetting the password:

  • Windows
aparser.exe -resetpassword

or

.\aparser.exe -resetpassword
  • Linux
./aparser -resetpassword