Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 445 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 445 Bytes

gouscis is a little daemon which I've created to get familiar with go. It will periodically check if USCIS case status for given receipt number have changed. If it was changed, it will send e-mail to given address.

Install

make install

Run

export EMAIL=my@email.com
export SMTP_SERVER=127.0.0.1:25
export CASE_NUMBER=MSC0000000000

gouscis