You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ Do NOT share your .env file. It is ignored by Git (.gitignore) to keep your keys safe.
4. Run the bot
python -m bot.main
5. To use CLI mode only
python -m bot.main
6. To use GUI mode only
python -m bot.ui
Logs
Logs will appear in logs/trading_bot.log
Make sure the logs/ folder exists — the bot creates the log file automatically if it doesn’t exist.
Notes
- The repository does NOT include real API keys.
- To test the bot, you must use your own Binance Testnet API keys.
⚠️ Note: The sample log shows API errors because placeholder API keys were used.
To see live trading orders, please use your own Binance Testnet API_KEY and API_SECRET in the .env file.
About
Python Binance Futures Testnet Trading Bot with CLI and Tkinter GUI, secure API key handling via .env, and logging of all trades. Demonstrates modular design, error handling, and API integration.