Skip to content

Scrap etherscan.io for verified contracts and outputs csv containing address, dateverified, Eth balance, txn count

License

Notifications You must be signed in to change notification settings

tech-somish/Etherscan-Scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Etherscan-Scraper

Scrap etherscan.io for verified contracts and outputs csv containing address, dateverified, Eth balance, txn count

Usage

  1. Install required packages

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

    // Parse 6 page of verified contracts with 
    // default delay of 0.1 sec between each page 
    $ python scraper.py 6
    
    // Parse 9 page of verified contracts with 
    // default delay of 2 sec between each page 
    $ python scraper.py 9 2
    
  3. output will be in current directory with current timestamp e.g. VerifiedContracts-20180927_111610.csv

Warning

Using this script to scrap etherscan.io is against their Terms of Service. It is for educational purpose. Use it at your own risk. I am not liable for any damages.

About

Scrap etherscan.io for verified contracts and outputs csv containing address, dateverified, Eth balance, txn count

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%