Skip to content

This repository demonstrates how you can use webscrapping to fetch transaction details on Ethereum blockchain listed on Etherscan.com

Notifications You must be signed in to change notification settings

abitdrag/Etherscan-Transaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Etherscan-Transaction

This repository demonstrates how you can use webscrapping to fetch transaction details on Ethereum blockchain using Etherscan.com
This script has a function that takes the transaction ID and gets the details of that transaction as dictionary.

How to use

Get requests
pip install requests

Get BeautifulSoup
pip install beautifulsoup4

Store etherfetch.py in your current working directory and import etherfetch in your project
import etherfetch

Call the function info() with transaction ID
result = info(tx)
Here tx is transaction Hash

About

This repository demonstrates how you can use webscrapping to fetch transaction details on Ethereum blockchain listed on Etherscan.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages