Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 537 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 537 Bytes

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.