Skip to content

charowhite/wjx_refactoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wjx_refactoring

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.

How to start

1. Install python.

2. Install python dependency libraries: requests, numpy, selenium.

pip install xxx

3. Configure Chrome and Chrome Driver, there are tutorials on the web.

i.Windows only needs to put Chromedriver in the python home directory.
ii.For Linux, please refer to this article

4. How it works

i. For Windows, click to run.
ii. For Linux,

python3 wjx.py

5.What is the config.json here?

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": {
    }
}

Special thanks

About

An automated questionnaire filling procedure.It is currently in beta testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published