Skip to content

rahulkumarmmmut/ISS_LocationAndNotification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ISS_LocationAndNotification

Features: Checking if the ISS is close to your location. Checking if the time is night, which is after sunset or before sunrise. Sending email as a notification when ISS comes right above you.

Installation:

Use the below packages:

import time
import smtplib
import requests
from datetime import datetime

API Usage:

  1. http://api.open-notify.org/iss-now.json ( Check latitude and longitude of ISS )
  2. https://api.sunrise-sunset.org/json ( Check the sunrise and sunset time at a position)

References:

UDEMY: 100 DAYS OF PYTHON

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages