An open API service indexing awesome lists of open source software.

https://github.com/pranjalco/iss-overhead-check

This project checks the position of the International Space Station (ISS) and, if it is overhead during dark hours, sends an automatic email notification to the user. The program utilizes APIs to fetch data and SMTP for email notifications.
https://github.com/pranjalco/iss-overhead-check

api automation intermediate programming python smtp space

Last synced: 11 months ago
JSON representation

This project checks the position of the International Space Station (ISS) and, if it is overhead during dark hours, sends an automatic email notification to the user. The program utilizes APIs to fetch data and SMTP for email notifications.

Awesome Lists containing this project

README

          

# ISS Overhead Check
A script that checks the ISS position and, if it's overhead during dark hours, sends an email notification using APIs and SMTP.

## Author
Pranjal Sarnaik

## Features
- Fetches ISS location and compares it with user's coordinates.
- Calculates sunrise and sunset times.
- Sends email alerts when ISS is visible.
- Runs checks every minute.

## Level
Intermediate

## Tech Stack
Python | APIs | SMTP | Automation | Space Data

## How to Run
1. Clone the repo:
```bash
git clone https://github.com/pranjalco/iss-overhead-check.git

2. Run(Also install required libraries):
```bash
python app.py

**Created by Pranjal Sarnaik**
*Released under the MIT License*