Skip to content

A script which queries USCIS website for current status of your application.

Notifications You must be signed in to change notification settings

hkustliqi/USCISTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

USCISTracker

Wondering how fast USCIS is processing your application (Green Card, H1B, OPT, etc.)? This python script issues queries to [USCIS check my status webpage] (https://egov.uscis.gov/casestatus/landing.do) to give you statistics of applications that was received on dates that you specify.

Usage

The current version checks a range of neighboring receipt numbers around your application. The script is simply invoked by running

python ./USCISTracker.py

Sample output

*********************************
For 5000 neighbors of LIN1690654088, we found the following statistics: 
total number of I-485 application received:  337  
Case Was Approved:                           27   
Fingerprint Fee Was Received:                150  
Case Was Rejected:                           14   
Case Was Received:                           91   
Case Was Ready for Interview:                7    
Case is RFE:                                 32   
Case Was Transferred:                        3    
Name Was Updated:                            13  

Modify the following parameters in the script to tailor to your needs.

mycaseNum: Your Application Number

numRange: number of neighboring receipts to check

Disclaimer

The author claims no legal responsibility for misuage of this script. User is advised to not spam USCIS website by setting numRange small.

About

A script which queries USCIS website for current status of your application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages