Skip to content

brianleect/etherscan-labels

Repository files navigation

Etherscan Labels

Scrapes labels from etherscan website and stores into JSON/CSV.

Individual Labels (CSV+JSON)

Combined Labels JSON

Setup

  1. On the command-line, run the command pip install -r requirements.txt while located at folder with code.
  2. (Optional) Add ETHERSCAN_USER and ETHERSCAN_PASS to sample.config.json and rename to config.json
  3. Run the script with the command python main.py.
  4. Login to your etherscan account (Prevents popup/missing data)
  5. Press enter in CLI once logged in
  6. Proceed to enter either single (Retrieve specific label) or all (Retrieve ALL labels)
  7. If single: Follow up with the specific label e.g. exchange , bridge ....
  8. If all: Simply let it run (Take about ~1h+ to retrieve all, note that it occassionally crashes as well)
  9. Individual JSON and CSV data is dumped into data subfolder.
  10. Consolidated JSON label info is dumped into combined subfolder.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages