Skip to content

matheswarwan/icbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

icbc road test appointment checker

Method #1 - using python

  1. Download python3 from https://www.python.org/downloads/windows/

  2. Save file from https://bootstrap.pypa.io/get-pip.py

  3. In command prompt, enter,
          python3 get-pip.py

  4. Once successfully installed,
          python3 -m pip install requests

  5. After installed, save this python file to locale
          https://raw.githubusercontent.com/matheswarwan/icbc/master/icbcgetclass5appointment.py

  6. In line# 12-14, enter your details
          driverLastName = ""
          licenceNumber = ""
          keyword = ""

  7. Run the python file as
          python3 icbcgetclass5appointment.py

Method #2 - plain HTML

  1. Save the below HTML in local
          https://raw.githubusercontent.com/matheswarwan/icbc/master/icbcgetappointment.html

  2. Enter your details and click on search

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published