Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 393 Bytes

File metadata and controls

20 lines (13 loc) · 393 Bytes

Etherscan Scraper

Parse Verified Contract on Ethereum and filter by transaction count.

Usage

  1. Install necessary packages

    $ pip install -r requirements.txt
    
  2. Run the script

    // Parse 1 page of verified contracts that have at least 10 transactions
    $ python scraper.py 1 10
    
  3. Inspect data.csv