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
WE can fetch the price of gold using request and bs4 library from the website and getting the proper format and getting the proper result.We also get the difference of today's price and yesterday's
5
+
price of gold ,so we can have a better idea for buying the gold.
6
+
7
+
## List out the libraries imported
8
+
-> requests
9
+
->bs4
10
+
11
+
## Setup instructions
12
+
For using this script we just need to run this sciprt and for making your own script we just need the website url of gold prices.
0 commit comments