Skip to content

btc_fetch will find bitcoin transactions of a wallet address during the time range specified by the user

License

Notifications You must be signed in to change notification settings

napSec/btc_fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

btc_fetch will find bitcoin transactions of a wallet address during the time range specified by the user

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages