github-anis-snoussi / Elephant_in_the_Block

Get alerted each time a transaction is made on the Bitcoin blockchain that surpasses 1 Million Dollars.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elephant in the Block

Elephant in the block is a CLI tool that will alert you each time a transaction is made on the Bitcoin blockchain that surpasses 1 Million Dollars.

Basic Usage Verbose mode

Run in a Virtualenv

  1. create a Virtualenv : virtualenv venv
  2. connect to it : source venv/bin/activate
  3. install from requirements file : pip install -r requirements.txt
  4. generate requirements file : pip freeze —local > requirements.txt
  5. disconnect from Virtualenv : deactivate

Usage

Usage: elephant.py [OPTIONS]

  Get alerted each time a transaction is made on the Bitcoin blockchain that
  surpasses 1 Million Dollars.

Options:
  -v, --verbose      Print more output.
  --ammount INTEGER  Ammount in $ to listen for (default 1000000).
  --help             Show this message and exit.

About

Get alerted each time a transaction is made on the Bitcoin blockchain that surpasses 1 Million Dollars.


Languages

Language:Python 100.0%