tvbuddy

Aggregate real-time market data from cryptocurrency exchanges, filter, sort and format as TradingView watchlists.

Developed and tested on Python 3.10.

Usage

Install the required Python dependencies

pip install -r requirements.txt

run the Streamlit frontend server

python -m streamlit run ui.py

and lastly navigate to localhost:8501 and have a look!

Roadmap

As of writing this the code is, well.. Pretty terrible. There’s lots of things that
should be done before a first release.

  • It works! Basic proof of concept
  • Implement other aggregators, in no particular order
    • Binance
    • Kucoin
    • Bybit
    • Bitfinex
    • Huobi
    • Coinbase
    • Kraken
  • Refactor code.. A ton of refactoring
  • Abstractions, abstractions, abstractions. Rewriting code is tedious
  • Improve sorting and filtering.

GitHub

View Github