From f04aac66ed7bcace45017710a0760afc53779b7b Mon Sep 17 00:00:00 2001 From: Aditya Chandhoke Date: Wed, 9 Feb 2022 12:11:07 +0530 Subject: [PATCH 1/3] Create help.txt --- Rain_Alert/help.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Rain_Alert/help.txt diff --git a/Rain_Alert/help.txt b/Rain_Alert/help.txt new file mode 100644 index 00000000..b205d004 --- /dev/null +++ b/Rain_Alert/help.txt @@ -0,0 +1 @@ +For this project you need to have a Twilio account. From 1287db6e83462a76d7dccc21b41315e716ea7119 Mon Sep 17 00:00:00 2001 From: Aditya Chandhoke Date: Wed, 9 Feb 2022 12:25:01 +0530 Subject: [PATCH 2/3] Update help.txt --- Rain_Alert/help.txt | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/Rain_Alert/help.txt b/Rain_Alert/help.txt index b205d004..cc992237 100644 --- a/Rain_Alert/help.txt +++ b/Rain_Alert/help.txt @@ -1 +1,24 @@ -For this project you need to have a Twilio account. +Project - You will recieve a text message whenever the weather prediction in your area shows rain. + +Needs- +1.For this project you need to have a Twilio account, make a free account- it gives you $15 credit. +2.Install OS and requests module with pip + +Woking- +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) + +API- +1. https://www.twilio.com/docs/usage/api +2. https://openweathermap.org/api +3. https://docs.python-requests.org/en/latest/ + + +P.S. +If you're a total begineer and don't get stuff in here, check out some of these links: +1. https://www.mulesoft.com/resources/api/what-is-an-api +2. https://www.dataquest.io/blog/python-api-tutorial/ +3. https://medium.com/chingu/an-introduction-to-environment-variables-and-how-to-use-them-f602f66d15fa + + +This will be enough to get you going! +Enjoy! From c494a603f948e181c7b751df6e2a84fede2ef2e7 Mon Sep 17 00:00:00 2001 From: Aditya Chandhoke Date: Wed, 9 Feb 2022 12:27:28 +0530 Subject: [PATCH 3/3] Update Readme.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4155490..c43b988b 100644 --- a/README.md +++ b/README.md @@ -95,5 +95,5 @@ The contribution guidelines are as per the guide [HERE](https://github.com/larym | 51 | [PDF Downloader](https://github.com/Sdccoding/Python-project-Scripts/tree/main/PDF_Downloader) | [Souhardya Das Chowdhury](https://github.com/Sdccoding) | 52 | [ConsoleSnake](https://github.com/larymak/Python-project-Scripts/tree/main/ConsoleSnake) | [tomimara52](https://github.com/tomimara52) | 52 | [ConsoleMinesweeper](https://github.com/larymak/Python-project-Scripts/tree/main/ConsoleMinesweeper) | [tomimara52](https://github.com/tomimara52) - -| 53 | [Face_recognition](https://github.com/erastusnzula/Python-project-Scripts/tree/face_recognition/Face_recognition) |[erastusnzula](https://github.com/erastusnzula) +| 53 | [Face_recognition](https://github.com/erastusnzula/Python-project-Scripts/tree/face_recognition/Face_recognition) | [erastusnzula](https://github.com/erastusnzula) +| 52 | [Rain Alert](https://github.com/Puskchan/Python-project-Scripts/tree/main/Rain_Alert) | [Puskchan](https://github.com/Puskchan)