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-automation
Make sure you have Python installed, then run:
pip install -r requirements.txt
Create a .env file and add your Zerodha credentials:
KITE_USERNAME=your_username
KITE_PASSWORD=your_password
KITE_TOTP_KEY=your_totp_secret
To place orders:
python main.py
Follow the on-screen options to execute various actions.
This project is for educational purposes only. Use at your own risk.