Skip to content

upretip/uscis

Repository files navigation

Binder

USCIS

How to use

from uscis.USCIS import retrieve

print(retrieve("YSC1891500001"))

>>> 

The module depends on requests and bs4

This project scrapes the uscis site by posting some random receipt number and extracts the case status for those receipt number.

I have downloaded about 5000 entries (before my IP was temporarily blocked by the server) and will be using those for some analysis.

In this example I try to combine a few tools to get some insights from the data scraped. In particular,

  1. SQLite - to create and store data in local database (doesn't create a database, just a .db file)
  2. Pandas - read data from sqlite, and do data manupulation
  3. Matplotlib - to create simple visualizations, bargraph, pie chart, etc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published