Skip to content

A tool to help you automatically select answers on course.uit.edu.vn based on the database.

License

Notifications You must be signed in to change notification settings

quyvsquy/ascUIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto select courses uit

A tool to help you automatically select answers on course.uit.edu.vn based on the database.
demo

Environments

  • linux (Windows maybe)
  • python 3
  • firefox
  • firefox webdriver
  • all library in requirements.txt. (python3 -m pip install requirements.txt)

Features

  • Hide ip with proxy port or change different ip.
  • Find answer base on database and click with multi type (radio, muilti choose).
  • Clickable on images, sounds.
  • Automatically switch pages until the end.
  • Can try again on the saved html file.

Usage

  1. Create file database.csv with form answers,questions. answers,questions1___questions2___questions3 if multi choose (3 _). For more read file example.csv

  2. Change the link in fit function (main.py). And run commands below

    python3 main.py path_data id password type

    Example:

    python3 main.py example.csv 17521234 nopass t

    Attribute Description
    path_data Where to store the database.csv (including answers and questions)
    id, password id and password on courses
    type run on saved html file if test, else run on link in fit function

About

A tool to help you automatically select answers on course.uit.edu.vn based on the database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages