Skip to content

This python program helps by sending a text messages to your mobile phone whenever it's about to rain in your area.

Notifications You must be signed in to change notification settings

abdulrahimiliasu/rain-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rain Alert

This python program helps by sending a text messages to your mobile phone whenever it's about to rain.

Usage

fill in the properties in the code as follows:

OWM_ENDPOINT = 'https://api.openweathermap.org/data/2.5/onecall' # or any endpoint of choice
API_KEY = 'YOUR API KEY'
MY_LAT = 'YOUR CURRENT LATITUDE'
MY_LONG = 'YOUR CURRENT LONGITUDE'
FROM_ = 'TWILLO PHONE NUMBER'
TO = 'YOUR PHONE NUMBER'

About

This python program helps by sending a text messages to your mobile phone whenever it's about to rain in your area.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages