A Python Script for extracting transaction histories of wallet addresses from different Blockchain networks for analysis purposes
Please install or have installed the following:
- Set up a virtual environment and activate it
- Clone this repo
git clone https://github.com/hthuku95/crypto_transaction_analyzer.git- Install all requirements
pip install -r requirements.txtcreate a .env file and configure the following API keys:
BITCOIN_EXPLORER_API_KEY = "Your Blockcypher API Key"
CRYPTO_COMPARE_API_KEY = "Your CryptoCompare API Key"
BSCSCAN_API_KEY = "Your Bsscan API Key"
ETHERSCAN_API_KEY = "Your Etherscan API Key"
TRONSCAN_API_KEY = "Your TronGrid API Key"- Cd into the scripts folder and run:
python bitcoin.py
python bnb.py
python busd.py
python erc20.py
python ethereum.py
python trc20.py