UsageΒΆ

Firstly, one needs to prepare a JSON file that describes the job.

1{
2    "user": "Njzjzbot",
3    "task": "filter",
4    "pages": {
5        "type": "all"
6    }
7}

The detailed parameters can be found in Input Parameters. The password can be set by QIUWENBOT_PASSWORD environment variable. It is recommended using the bot password.

Then, one can submit the job using the following command:

qiuwenbot submit filter_all.json

See Command line interface for more information.