This project was developed as part of a Python Intern assessment.
A command-line based trading bot that integrates with Binance Testnet API to place market orders securely with input validation and logging.
- Binance Testnet API Integration
- Market Order Placement (BUY / SELL)
- Input Validation
- Logging Configuration
- Environment Variable Security (.env support)
- Python
- Binance API
- python-dotenv
- Logging Module
- CLI Argument Parsing