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
Aim of the script is to get the current price of bitcoin using python.
5
+
6
+
## Approach
7
+
The approach followed here is the use of bs4 for scraping. We open the coinmarketcap current price page, locate the div and extract the span element containing the price.</br>
0 commit comments