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
Copy file name to clipboardExpand all lines: WebScrapingScripts/Weather Updates/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ To fetch weather updates of any city
7
7
- Here we will fetch the weather updates from the url of the weather website through requests and getting the formatted output using bs4 library.Here we can fetch the data of any city.
8
8
- List out the libraries imported are bs4 and requests.
9
9
10
+
## Workflow
11
+
Here we need to install the libraries first then we need the google website url for fetching the data and then using the request we will fetch all the data and then with bs4 we will get only the required data in proper format.
10
12
## Setup instructions
11
13
12
14
We just need to get the url for fetching the weather updates and paste it in the script and then using bs4 we will get the only necessary things in the output.
0 commit comments