Thanks to Zemelee/wjx project inspiration.
Modified for headless Ubuntu environment.
Independent config file.
separate control of page duration.
The project is still in beta testing.
pip install xxx
i.Windows only needs to put Chromedriver in the python home directory.
ii.For Linux, please refer to this article
i. For Windows, click to run.
ii. For Linux,
python3 wjx.py
The first half is some parameter settings for answering questions, and the second half is the question type parameters.
I wrote a beta version of the parameter configurator, which can be configured simply.
The question type parameters are the same as those of Zemelee/wjx,thanks again.
Project link charowhite/wjx_setting
{
"url": "https://www.wjx.cn/vm/xxxxxx.aspx#",
"targetCount": 2,
"topFail": 5,
"thread_count": 2,
"useIp": false,
"ip_api": "",
"page_delay": 30,
"single_prob": {
},
"droplist_prob": {
},
"multiple_prob": {
},
"matrix_prob": {
},
"scale_prob": {
},
"texts": {
},
"texts_prob": {
}
}