Track the International Space Station (ISS) in real time with this Python script! 🌍🚀
This script fetches the current position of the ISS from an API and updates an interactive map every 10 seconds. The map is displayed in your browser, showing the ISS's latest location.
- 🛰️ Real-time ISS location tracking
- 🌍 Interactive map powered by
folium - 🔄 Auto-refresh every 10 seconds
- 🛑 Clean exit with
Ctrl + C
Make sure you have Python installed. Then, install the required dependencies:
pip install requests foliumpython main.pyThis will open a browser window displaying the ISS location and update it every 10 seconds.
Press Ctrl + C in the terminal to stop it safely.
- Python 🐍
requestsfor API callsfoliumfor map visualization
👨💻 Created by Tsaousidis
🎉 Have fun tracking the ISS! Let me know your thoughts and suggestions! 🎉