- 4
Any one know webscarping with beautiful soup with python
Can anyone write simple webscarping code with python to get usd value in this page https://bscscan.com/tokenholdings?a=0x2b672eaf8719863afb0c63e0d4280b3dfd04d0bd
2 Answers
+ 2
Pretty sure no one is going to write your own code to webscrape on Binance.
In any case, there are too many things you didn't specify : range and use for starters...
I suggest watching a tutorial, it might take a few hours to write a decent script but it's worth it (assuming you already are proficient in python itself...)
+ 1
You should take a look at their API first. Using beautiful soup is probably unnecessarily complicated.