Skip to content

Automatically check if results have been announced, instead of refreshing the page like a caveman!

Notifications You must be signed in to change notification settings

pranftw/results_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Results Checker

Automatically check if results have been announced, instead of refreshing the page like a caveman!

Installation

git clone https://github.com/pranftw/results_checker.git
# Create a virtual environment and activate it
pip install -r requirements.txt

Example

from results_checker import BMSChecker

checker = BMSChecker(
  sem=7,
  branch='computer science',
  course=None,
  exam_start_month='feb',
  exam_end_month='mar',
  exam_year=2023,
  exam_type=None,
  refresh_interval=60
)
checker()

About

Automatically check if results have been announced, instead of refreshing the page like a caveman!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages