Skip to content

Parse verified contracts on Ethereum and filter by transaction count.

Notifications You must be signed in to change notification settings

woniesong92/etherscan-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parse verified contracts on Ethereum and filter by transaction count.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages