2 private links
https://raw.githubusercontent.com/KKKKKCAT/Crypto-Terminal-Pro/refs/heads/main/assets/Crypto-Terminal-Pro-logo.webp 🚀 Ultimate crypto market visualization in your terminal https://www.python.org/downloads/ https://opensource.org/licenses/MIT http://makeapullrequest.com https://github.com/KKKKKCAT/Crypto-Terminal-Pro https://github.com/KKKKKCAT/Crypto-Terminal-Pro/stargazers https://t.me/kkcatblog https://t.me/kkkkkcat https://x.com/intent/follow?screen_name=kcat88888 https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/assets/screenshot1.gif https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/assets/screenshot2.webp https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_zh-TW.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_zh-CN.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_ja.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_ko.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_id.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_fr.md 📊 Real-time crypto market data visualization [...] # Install dependencies pip install python-binance pip install python-okx pip install windows-curses # Windows only tracked_symbols = [{"symbol": "BTCUSDT", "decimals": 2, "exchange": "binance", "market": "spot"}, {"symbol": "BTCUSDT", "decimals": 2, "exchange": "binance", "market": "futures"}, {"symbol": "BTC-USDT", "decimals": 2, "exchange": "okx", "market": "spot"}, {"symbol": "ETHUSDT", "decimals": 2, "exchange": "binance", "market": "spot"}, {"symbol": "XRPUSDT", "decimals": 5, "exchange": "binance", "market": "spot"}, {"symbol": "PEPEUSDT", "decimals": 8, "exchange": "binance", "market": "spot"}, {"symbol": "BNBUSDT", "decimals": 2, "exchange": "binance", "market": "spot"}, {"symbol": "BTCUSDT", "decimals": 2, "exchange": "bitget", "market": "futures"}, ] python3 Crypto-Terminal-Pro.py [...] Contributions are what make the open source community such an amazing place to learn, inspire, and create.
https://raw.githubusercontent.com/KKKKKCAT/Crypto-Terminal-Pro/refs/heads/main/assets/Crypto-Terminal-Pro-logo.webp 🚀 Ultimate crypto market visualization in your terminal https://www.python.org/downloads/ https://opensource.org/licenses/MIT http://makeapullrequest.com https://github.com/KKKKKCAT/Crypto-Terminal-Pro https://github.com/KKKKKCAT/Crypto-Terminal-Pro/stargazers https://t.me/kkcatblog https://t.me/kkkkkcat https://x.com/intent/follow?screen_name=kcat88888 https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/assets/screenshot1.gif https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/assets/screenshot2.webp https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_zh-TW.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_zh-CN.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_ja.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_ko.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_id.md - https://github.com/KKKKKCAT/Crypto-Terminal-Pro/blob/main/README_fr.md 📊 Real-time crypto market data visualization [...] # Install dependencies pip install python-binance pip install python-okx pip install windows-curses # Windows only tracked_symbols = [{"symbol": "BTCUSDT", "decimals": 2, "exchange": "binance", "market": "spot"}, {"symbol": "BTCUSDT", "decimals": 2, "exchange": "binance", "market": "futures"}, {"symbol": "BTC-USDT", "decimals": 2, "exchange": "okx", "market": "spot"}, {"symbol": "ETHUSDT", "decimals": 2, "exchange": "binance", "market": "spot"}, {"symbol": "XRPUSDT", "decimals": 5, "exchange": "binance", "market": "spot"}, {"symbol": "PEPEUSDT", "decimals": 8, "exchange": "binance", "market": "spot"}, {"symbol": "BNBUSDT", "decimals": 2, "exchange": "binance", "market": "spot"}, {"symbol": "BTCUSDT", "decimals": 2, "exchange": "bitget", "market": "futures"}, ] python3 Crypto-Terminal-Pro.py [...] Contributions are what make the open source community such an amazing place to learn, inspire, and create.
AI Trading Prototype
This project uses OpenAI to determine the sentiment of cryptocurrency news headlines and subsequently executes orders on the Binance Spot Market.
It is composed of two main components: Sentiment Generator and Trading Bot.
Automated cryptocurrency trading bot