BTC_fetch is a commandline program that displays the transaction history of a bitcoin wallet address. BTC_fetch allows the user to enter a bitcoin wallet address and a custom date range and displays the transaction in JSON.
- python3
To install btc_fetch, follow these steps:
- Clone the repository:
$ git clone https://github.com/napSec/btc_fetch
- Navigate to the repository directory:
$ cd btc_fetch
- Run the program:
$ python3 btc_fetch.py
You can run the alias command for each terminal session:
$ alias fetch="python3 /your-path/btc_fetch.py
To use "fetch' command globally, add the alias command to your ~/.bashrc file:
$ nano ~/.bashrc
At the bottom of your ~/.bashrc, enter your path to where btc_fetch.py is saved