Skip to content

Latest commit

 

History

History
32 lines (31 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (31 loc) · 1.07 KB

BTC Fetch

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.

Requirements

  • python3

Installation

To install btc_fetch, follow these steps:

  1. Clone the repository:
    $ git clone https://github.com/napSec/btc_fetch
  2. Navigate to the repository directory:
    $ cd btc_fetch
  3. Run the program:
    $ python3 btc_fetch.py

Create Alias (optional but nice)

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