Skip to content

azeem110201/Ethereum-Block-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Block data scrape

N|Solid

This script written in python with the help of scrapy framework help's us to scrape Ethereum Block data. Every Minute or may be less than that, a new block is added to ethereum network. So they are millions of blocks in the network.

I have uploaded the data having nearly 4.3M+ Ethereum Block data. The link to dataset is here

Installation

It requires Scrapy v1+ to run.

Install the dependencies and devDependencies and start the server.

pip install scrapy

Then clone this repo and

cd Ethereum-Block-data
scrapy crawl eth

and if you want to save this record into csv then run the below command

scrapy crawl eth -o results.csv

or

scrapy crawl eth -o results.json

WARNING: Please beware while you are running. This script may take hours to scrape the data because it has millions of records. Uncomment the code written in ethereum/spiders/eth.py before running the script.

About

scrape Ethereum block data using python scrapy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages