To capture the value of six counter widgets that are present on the NJDG dashboard.
- Total Civil Cases
- Total Criminal Cases
- Total Cases
- Civil Cases more than 1 year old
- Criminal Cases more than 1 year old
- Total Cases more than one year old
- The numbers will be updated on a set frequency. Currently the script runs twice a day to check if the numbers are updated on the NJDG portal.
- The script only checks the numbers for the District Courts and not the High Courts. Though one can follow the exact same logic to capture those values as well.
This work from inspired from Simon Wilson's post about git-scraping
. You can read it here