Skip to content

Picachu5137/test_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

risktest solver

How to use

To start using, you need to configure webdriver for selenium. In webcrawler.py you need set path to chromedriver

In main.py you need set path to answers.json which contain encoded dict with pairs "answer": "value from 1 to 10" and add dicts in users with keys "student_number", "password", "district_code", "organization_code". For examble

main.py

users = [
{
    "student_number": "1", "password": "1111", "district_code": "24", "organization_code": "10"
},
        ]

How to run

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages