Skip to content

Full label data dump of etherscan in JSON/CSV.

License

Notifications You must be signed in to change notification settings

ewagmig/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.

About

Full label data dump of etherscan in JSON/CSV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%