Skip to content

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

Notifications You must be signed in to change notification settings

PU-Devs/pumeet-result-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

What is this?

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%