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: Python/Bitcoin Price Tracker/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Bitcoin Price Tracker
2
2
## Introduction
3
-
Here we will fetch the peice of bitcoin price from the google url , through requests we will extract the data and through bs4 we will show it, it is similar to web scraping.
3
+
Here we will fetch the price of bitcoin price from the google url , through requests we will extract the data and through bs4 we will show it, it is similar to web scraping.
4
4
Here we can find price of any country, we just need to do changes in the url accordingly.
5
5
## Third-Party Libraries Required :
6
6
All library required before running the script are requests and bs4.
0 commit comments