Welcome to the beginner-friendly project - " Real Time ISS Tracker project! "
Crafted and taught by Shreya Malogi! π
- Functionality: Tracks the International Space Station's (ISS) current location using the Open Notify API.
- Tech Stack:
Python
,Requests
,Open Notify API
- Author: @shreyamalogi
- Year of Project: 2021
- Introduction
- How It Works
- Dependencies
- Installation
- Running the Script
- Example Output
- Contribution
- License
π This Python script utilizes the Open Notify API to effortlessly retrieve and display the current location of the International Space Station (ISS). Whether you're an astronomy enthusiast or simply curious, join us in exploring the wonders of space and contribute to this spellbinding journey! β
- The script makes an API request to Open Notify.
- It uses the
requests
library to handle the HTTP request. - The
raise_for_status()
method checks for any errors in the API response. - The JSON response is then parsed to extract the ISS's current latitude and longitude.
- The latitude and longitude are stored in a tuple named
iss_position
. - Finally, the script prints the ISS's current position.
- Requests: Used for making HTTP requests to the Open Notify API.
Clone the repository to your local machine:
git clone https://github.com/shreyamalogi/Real-Time-ISS-Tracker.git
Ensure you have the necessary dependencies installed by running:
pip install requests
Navigate to the project directory:
cd Real-Time-ISS-Tracker
Execute the following command:
python main.py
The script will fetch and display the ISS's current location. Enjoy tracking! ππ°οΈ
('33.3136', '-9.0541')
Feel the magic within you? Contribute to this enchanting spellbook and make it even more magical. Don't forget to star the project! βπ
This ISS Tracker script is licensed under the MIT License.
MIT License
Copyright (c) 2021 Shreya Malogi
Happy tracking! π°οΈπ