Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.09 KB

README.rst

File metadata and controls

50 lines (31 loc) · 1.09 KB

Etherscan Label Crawler - An out-of-the-box etherscan label crawler

https://api.travis-ci.com/PixelHegel/Etherscan-Label-Crawler.svg?branch=main

An out-of-the-box etherscan label crawler, get account labels from etherscan.io eaisly.

Installation

pip install etherscanlabel

Usage

etherscanlabel crawl <labelcategory> --header=<file-path>
etherscanlabel -h | --help

Examples

etherscanlabel crawl Binance --header /path/to/header.json

Contents of requirements.txt

beautifulsoup4==4.11.1
docopt==0.6.2
notiondict==0.1.1
pandas>=1.1.5
requests>=2.27.1
setuptools>=59.6.0
tqdm==4.64.1

Config file

You must attach your header file, you can find an example file here: https://github.com/PixelHegel/Etherscan-Label-Crawler/blob/main/header_sample.json