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.
Use the below packages:
import time
import smtplib
import requests
from datetime import datetime
- http://api.open-notify.org/iss-now.json ( Check latitude and longitude of ISS )
- https://api.sunrise-sunset.org/json ( Check the sunrise and sunset time at a position)