https://github.com/apoorv74/njdg-stats
Tracking data from the National Judicial Data Grid's (NJDG) district courts portal
https://github.com/apoorv74/njdg-stats
data git-scraping judiciary law
Last synced: 5 months ago
JSON representation
Tracking data from the National Judicial Data Grid's (NJDG) district courts portal
- Host: GitHub
- URL: https://github.com/apoorv74/njdg-stats
- Owner: apoorv74
- Created: 2021-07-29T07:45:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T18:28:32.000Z (over 4 years ago)
- Last Synced: 2026-01-13T03:32:13.497Z (6 months ago)
- Topics: data, git-scraping, judiciary, law
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Live stats from the National Judicial Data Grid (NJDG)
### Objective
To capture the value of six counter widgets that are present on the NJDG dashboard.
### What's inside cases.txt ?
1. Total Civil Cases
2. Total Criminal Cases
3. Total Cases
4. Civil Cases more than 1 year old
5. Criminal Cases more than 1 year old
6. Total Cases more than one year old
### Note
- 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](https://github.com/simonw) post about `git-scraping`. You can read it [here](https://simonwillison.net/2020/Oct/9/git-scraping/)