Skip to content

Commit a679e85

Browse files
authored
Merge pull request larymak#141 from Puskchan/main
Added help.txt for Rain_alert project and updated Readme.md
2 parents 0fabb01 + c494a60 commit a679e85

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ The contribution guidelines are as per the guide [HERE](https://github.com/larym
9595
| 51 | [PDF Downloader](https://github.com/Sdccoding/Python-project-Scripts/tree/main/PDF_Downloader) | [Souhardya Das Chowdhury](https://github.com/Sdccoding)
9696
| 52 | [ConsoleSnake](https://github.com/larymak/Python-project-Scripts/tree/main/ConsoleSnake) | [tomimara52](https://github.com/tomimara52)
9797
| 52 | [ConsoleMinesweeper](https://github.com/larymak/Python-project-Scripts/tree/main/ConsoleMinesweeper) | [tomimara52](https://github.com/tomimara52)
98-
99-
| 53 | [Face_recognition](https://github.com/erastusnzula/Python-project-Scripts/tree/face_recognition/Face_recognition) |[erastusnzula](https://github.com/erastusnzula)
98+
| 53 | [Face_recognition](https://github.com/erastusnzula/Python-project-Scripts/tree/face_recognition/Face_recognition) | [erastusnzula](https://github.com/erastusnzula)
99+
| 52 | [Rain Alert](https://github.com/Puskchan/Python-project-Scripts/tree/main/Rain_Alert) | [Puskchan](https://github.com/Puskchan)

Rain_Alert/help.txt

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)