Command Line Parameters
Parameters table
| Parameter | Description |
|---|---|
| -resetpassword | Resetting the scraper access password |
| -stoptasks | Starting the scraper with tasks stopped |
| -foreground | Starting the scraper with log output to the console |
| -morelogs | Outputting detailed information to the log |
| -asynchttpx-disable-cert-check | Disabling TLS certificate validation |
| -nofork | Disabling 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