Poison
Crawl from an address
scrapy crawl txs.eth.poison \
-a source=0xeb31973e0febf3e3d7058234a5ebbae1ab4b8c23 \
-a out=/path/to/output/data \
-a fields=hash,from,to,value,timeStamp,blockNumber,isError,input \
-a types=external,internal
-a depth=3Crawl from multiple addresses
Last updated