Skip to content

Commit 1287db6

Browse files
authored
Update help.txt
1 parent f04aac6 commit 1287db6

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

Rain_Alert/help.txt

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,24 @@
1-
For this project you need to have a Twilio account.
1+
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:
18+
1. https://www.mulesoft.com/resources/api/what-is-an-api
19+
2. https://www.dataquest.io/blog/python-api-tutorial/
20+
3. https://medium.com/chingu/an-introduction-to-environment-variables-and-how-to-use-them-f602f66d15fa
21+
22+
23+
This will be enough to get you going!
24+
Enjoy!

0 commit comments

Comments
 (0)