Command Line Parameters
Parameters Table
Parameter | Description |
---|---|
-resetpassword | Reset access password to the scraper |
-stoptasks | Start the scraper with stopped tasks |
-foreground | Start the scraper with log output to the console |
-morelogs | Output detailed information in the log |
-asynchttpx-disable-cert-check | Disabling TLS certificate validation |
-nofork | Disabling multicore processing of results |
Usage Form
note
The path in the command line should point to the directory with the executable file.
note
To open cmd in the A-Scraper directory on Windows, you need to open the program's working directory and enter cmd
in the explorer's address bar and press "Enter", as a result of which the command line will be launched in the current folder.
Example of starting the scraper with stopped A-scraper tasks:
- 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