brianleect / etherscan-labels

Full label data dump of top EVM chains in JSON/CSV.
MIT License
249 stars 73 forks source link

[Feat] Extract ALL labels #2

Closed brianleect closed 1 year ago

brianleect commented 1 year ago

Parse https://etherscan.io/labelcloud to get all existing labels.

We can then retrieve all existing labels in a single run rather than manually specifying each label to extract.

brianleect commented 1 year ago

image

Could loop through and identify all links that starts with accounts/labels/ .

brianleect commented 1 year ago

https://stackoverflow.com/questions/34759787/fetch-all-href-link-using-selenium-in-python

Relevant thread. Doesn't seem to difficult to implement

brianleect commented 1 year ago

Implemented.