Skip to content

Added help.txt for Rain_alert project and updated Readme.md #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
24 changes: 24 additions & 0 deletions Rain_Alert/help.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
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!