A crawler that can automatically download smart contracts from Etherscan.
- Download address file from Google Drive
- Place the file in this directory
- Run
python try_vthread.py
# just change the number in try_vthread.py
@vthread.pool(8)This crawler is based on the open API of Ethscan. Downloading smart contracts from Ethrescan is allowed only when the crawl token is provided (every account on Etherscan has a token). Therefore, if you find the token is expired, please registry an account on Etherscan and replace the token with yours in the try_vthread.py.
The address file may be outdated. You need to update it if you want to download some new contracts.