Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 362 Bytes

Alert me for NYC Javits center appointment availability

Checks public NYC API for availability every 5 Minutes Uses GMAIL SMTP to alert for appointments

-requires 'requests'

-expects config.py file in root (gmail accounts with 2-factor need to create an app password)

gmail=[your gmail here]
password=[your gmail password here]

-written on python 3.8