Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

17 Commits

Repository files navigation

btc-tui

A live BTC trade terminal in your terminal — real-time candlestick chart, trade feed, and buy/sell pressure bar. Supports Binance, Coinbase, and Bybit. No API key required.

Image

Install

Homebrew (recommended)

brew install bscript/btc-tui/btc-tui

To upgrade later:

brew update && brew upgrade btc-tui

pip / pipx

# pipx keeps it isolated (recommended)
pipx install btc-tui
# or plain pip
pip install btc-tui

From source

git clone https://github.com/bscript/btc-tui
cd btc-tui
pip install .

Usage

btc-tui # Binance (default)
btc-tui --exchange coinbase # Coinbase
btc-tui --exchange bybit # Bybit

Press q or Esc to quit.

Exchanges

FlagExchangePair
(default)BinanceBTC/USDT
--exchange coinbaseCoinbaseBTC/USD
--exchange bybitBybitBTC/USDT

All exchanges stream live trades and ticker data with no API key required.

Keys

KeyAction
q / Q / EscQuit

Configuration

Edit CANDLE_SECONDS at the top of btc_tui/main.py to change the candle interval (default: 10 seconds, set to 60 for 1-minute candles).

Requirements

  • Python 3.9+
  • A terminal at least 80×24 characters (bigger is better)
  • Internet connection

License

MIT

About

A live BTC/USDT trade terminal in your terminal

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages