ISS Location Tracker
A Python tracking daemon monitoring ISS orbital coordinates and dispatching Twilio SMS alerts when overhead.
GitHub Repository
1 Stars
Overview & Motivation
To automate overhead space station notifications using API geofencing and instant SMS delivery handlers.
Problem Statement
Manually monitoring flight logs to spot when the International Space Station is visible overhead is tedious and difficult to time.
Proposed Solution
Developed a Python script checking the public ISS location feed, computing coordinates distance against local position, and routing alerts via Twilio and SMTP.
Results & Impact
Created an automated satellite orbital alarm system dispatching localized coordinates warnings straight to mobile phones.
Technologies Used
PythonTwilio APIsmtplibISS APIGitGitHubPostmanGitHub Actions

