You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project - You will recieve a text message whenever the weather prediction in your area shows rain.
2
+
3
+
Needs-
4
+
1.For this project you need to have a Twilio account, make a free account- it gives you $15 credit.
5
+
2.Install OS and requests module with pip
6
+
7
+
Woking-
8
+
It starts with getting all the information regarding your location from openweathermap.com, extracts data from it using requests module and proceeds to check whether it'll rain or not. If yes then it sends a text to your mobile using twilio services and if not it stops for the day.(You need to run this script with pythonanywhere.com)
9
+
10
+
API-
11
+
1. https://www.twilio.com/docs/usage/api
12
+
2. https://openweathermap.org/api
13
+
3. https://docs.python-requests.org/en/latest/
14
+
15
+
16
+
P.S.
17
+
If you're a total begineer and don't get stuff in here, check out some of these links:
0 commit comments