Skip to main content

Command Line Parameters

Parameters table

ParameterDescription
-resetpasswordResetting the scraper access password
-stoptasksStarting the scraper with tasks stopped
-foregroundStarting the scraper with log output to the console
-morelogsOutputting detailed information to the log
-asynchttpx-disable-cert-checkDisabling TLS certificate validation
-noforkDisabling multi-core results processing

Usage form

note

The command line path must point to the directory containing the executable file.

note

To open cmd in the A-Parser directory on Windows, you need to open the program's working directory, type cmd in the explorer address bar, and press "Enter", which will launch the command line in the current folder.

Example of starting the scraper with A-Parser tasks stopped:

  • Windows
aparser.exe -stoptasks

or

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

Password reset

Example of password reset:

  • Windows
aparser.exe -resetpassword

or

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