pcko1 / etherscan-python

A minimal, yet complete, python API for Etherscan.io.
MIT License
408 stars 111 forks source link

how can I export the hack list from label word cloud of etherscan.io #9

Closed LynnZhang9 closed 3 years ago

LynnZhang9 commented 3 years ago

Thank you for your work. I would like to know whether I can apply your package to obtain the list of hack address from etherscan?

github-actions[bot] commented 3 years ago

Thanks for reporting this issue, we are on it :)

pcko1 commented 3 years ago

Hi! that would be a very cool feature indeed, but it is currently not offered by the official Etherscan API endpoints, unfortunately. In this package, I just mirror those endpoints using a python implementation which means that I cannot extend them from my end.