Command Line Parameters
Parameters Table
Parameter | Description |
---|---|
-resetpassword | Reset access password for the scraper |
-stoptasks | Run scraper with stopped tasks |
-foreground | Run scraper with log output to console |
-morelogs | Output detailed information to log |
-asynchttpx-disable-cert-check | Disable TLS certificate validation |
-nofork | Disable 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