Skip to content

Plot a histogram of H1B visa processing time based on data from site checkee.info.

License

Notifications You must be signed in to change notification settings

zhehaowang/checkee-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkee Stats

US visa administrative processing time data analytics in Python.

  • Data source
  • Retriever - scrapy
  • Analyzer (histogram) - numpy and matplotlib

How to use

Scrape latest checkee.info reports

cd src/retriever
scrapy crawl checkee

This will populate src/retriever/data folder.

Customize filter criteria (edit analyze.py) and run analyze

cd src/analyzer
./analyze.py

This will filter from src/retriever/data folder and produce a histogram of the processing time of filtered entries.

About

Plot a histogram of H1B visa processing time based on data from site checkee.info.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages