This project allows users to place, update, read, and delete orders programmatically using the terminal. The automation is achieved by making HTTP requests on the Zerodha Kite platform.
git clone https://github.com/niranjan-bhol/zerodha-order-automation.git
cd zerodha-order-automationMake sure you have Python installed, then run:
pip install -r requirements.txtCreate a .env file and add your Zerodha credentials:
KITE_USERNAME=your_username
KITE_PASSWORD=your_password
KITE_TOTP_KEY=your_totp_secretTo place orders:
python main.pyFollow the on-screen options to execute various actions.
This project is for educational purposes only. Use at your own risk.