https://github.com/reynaroyce12/rain-alerter
Rain alerter project using open weather map and Twilio API ✉️
https://github.com/reynaroyce12/rain-alerter
dotenv openweathermap python3 twillio-api
Last synced: 10 months ago
JSON representation
Rain alerter project using open weather map and Twilio API ✉️
- Host: GitHub
- URL: https://github.com/reynaroyce12/rain-alerter
- Owner: reynaroyce12
- Created: 2021-12-03T05:05:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-06T19:08:14.000Z (over 4 years ago)
- Last Synced: 2025-04-07T23:45:19.328Z (about 1 year ago)
- Topics: dotenv, openweathermap, python3, twillio-api
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rain Alerter
The project sends SMS alerts if rain is in forecast in the given latitude and longitude for the next 12 hours 🌧️
Prerequisites
Open weather map account
https://openweathermap.org/api
Twillio account
https://www.twilio.com/
Usage
Get the api key from open weather map, accound sid and auth token from twillio SMS API from the logged in account.
Latitude and longitude finder: https://www.latlong.net/
To configure the development environment, install the packages using ```pip install``` add a ```.env``` in the root directory of the project for storing the credentials 🔧