ISS Tracker is a python script to collect real-time information related to the International Space Station (ISS) just from your terminal. This script uses WTIA and Open Notify APIs to get the information related to ISS.
- Space station date & time.
- Visibility of the space station.
- Google Map URL for ISS Current Location.
- Number of people in space and their names.
- Automatically refresh data after every 60 seconds.
- ISS pass times (upcoming ISS passes for your country).
- Space station Latitude, Longitude, Altitude (Km), Velocity (Km\h), Footprint.
# clone the repo
$ git clone https://github.com/sameera-madushan/ISS-Tracker.git
# change the working directory to ISS-Tracker
$ cd ISS-Tracker
# install the requirements
$ pip3 install -r requirements.txt
python tracker.py
- Please ⭐️ this repository if this project helped you!
- Contributions of any kind welcome!