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
- 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
+
- List out the libraries imported are bs4 and requests.
9
+
10
+
## Setup instructions
11
+
12
+
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