Code Monkey home page Code Monkey logo

uscis-case-status-checker's Introduction

USCIS Status Checker

A simple Google App Script that checks the status of cases being processed by USCIS.

Introduction

This script has two functions for tracking the status of one case and a section of cases, respectively. You can simply clone this project as a Google Apps Script, deploy the project and create triggers to keep tracking the case status and receive the notification about the status change.

If you are not familiar with Google Apps Script, here are some useful official references:

Check One Case

Features

  1. Parse the current status from USCIS website and log it to the assigned sheet.
  2. Send an e-mail notification in specific hours or when the status is changed.
  3. Only make requests to USCIS for status checking in USCIS working hours.
  4. Each execution takes less than 1 second.

Deployment

  1. Create a new sheet in a new or an exist Google spreadshet.
  2. Set the permission of the Google spreadsheet to "everyone with the link can edit".
  3. Modify the parameters in config.gs:ONE_CASE accordingly.
  4. Create a trigger for function checkOneCaseStatus.

Check A Section of Cases

Features

  1. Parse the current status of a section of cases from USCIS website and log them to the assigned sheet.
  2. Each execution will create a new column in the sheet, and the first row of the column will indicate the status time and the number of new "approvals" from the last execution.
  3. Fonts of the changed status will be in bold if the status is changed from the last execution.
  4. Send an e-mail notification after each execution.
  5. Only make requests to USCIS for status checking in USCIS working hours.
  6. The execution time depends on the case number in the specified section. For example, checking 1000 cases usually takes 1-2 minutes.

Deployment

  1. Create a new sheet in a new or an exist Google spreadsheet.
  2. Set the permission of the Google spreadsheet to "everyone with the link can edit".
  3. Modify the parameters in config.gs:SECTION_CASE accordingly.
  4. Create a trigger for function checkSectionCaseStatus.

Contributions

Since I am not a Javascript expert, you are welcome to submit pull requets to make this project better.

uscis-case-status-checker's People

Contributors

comaniac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Forkers

gsaraswat1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.