binance_trading_bot/ │ ├── bot/ │ ├── __init__.py │ ├── client.py # BinanceFuturesClient — wraps python-binance │ ├── orders.py ...
A production-quality Python CLI application for placing orders on Binance Futures Testnet (USDT-M). trading_bot/ ├── bot/ │ ├── __init__.py # Package initialization │ ├── client.py # Binance API ...