Skip to content

maulikthaker/usps_passport_appointment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#For Python Only execute these commands ( where 04 is a 2 digit month, 1 is the beginning of search and 2 is the end of search date )
python test.py 04 1 2




# For Docker use these commands
docker build . -t pyt
docker run -v {LOCATION OF YOU FILE}/test.py:/tmp/test.py 04 1 4 -e PYTHONUNBUFFERED=1 pyt






Sample Output 

Date : 202203022
Looking at location :2731 JUNCTION AVE,SAN JOSE,CA
Looking at location :135 W 25TH AVE,SAN MATEO,CA
Looking at location :4601 LAFAYETTE ST,SANTA CLARA,CA
Available 02:00 PM 2022-03-22T14:00:00 500 STONE PINE RD,HALF MOON BAY,CA
Available 02:30 PM 2022-03-22T14:30:00 500 STONE PINE RD,HALF MOON BAY,CA
Available 02:45 PM 2022-03-22T14:45:00 500 STONE PINE RD,HALF MOON BAY,CA

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published