wthrajat / pumeet-result-scraper

Result scraper for PUMEET exam because some students lied about their marks :P

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

made-with-python Generic badge Maintenance Terminal

What is this?

Python automation script to see rank, marks, name etc. of all the candidates who gave PUMEET exam

2023-08-13-23:10:18-screenshot

How to use this?

Just run the script & see the output in the console/terminal

Pre-requisites

  1. Selenium pip install selenium

  2. Webdriver for your browser (Using any Chromium based browser is recommended for this):

  3. Shortcut: if the webdriver isn't installed in the system path, you can just provide its location as:

    driver = webdriver.Chrome("/path/to/webdriver")
    # OR
    driver = webdriver.Firefox("/path/to/webdriver")
  1. (If you are on Windows, make sure to put .exe in the path, i.e., driver = webdriver.Chrome("/path/to/webdriver.exe")

  2. (Optional) Print to the console or use Pandas library to import this to a python list or whatever to sort it according to the rank. (Sorted version in ./assets)

Why?

Many people wanted to see the Marks vs Rank data for this year's PUMEET

About

Result scraper for PUMEET exam because some students lied about their marks :P


Languages

Language:Python 100.0%