8000 GitHub - niranjan-bhol/zerodha-order-automation: A Python script to efficiently collect and place multiple orders on Zerodha Kite via the terminal.
[go: up one dir, main page]

Skip to content

A Python script to efficiently collect and place multiple orders on Zerodha Kite via the terminal.

Notifications You must be signed in to change notification settings

niranjan-bhol/zerodha-order-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zerodha Order Automation

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.

📥 Installation

1️⃣ Clone the Repository

git clone https://github.com/niranjan-bhol/zerodha-order-automation.git
cd zerodha-order-automation

2️⃣ Install Dependencies

Make sure you have Python installed, then run:

pip install -r requirements.txt

3️⃣ Set Up Environment Variables

Create a .env file and add your Zerodha credentials:

KITE_USERNAME=your_username
KITE_PASSWORD=your_password
KITE_TOTP_KEY=your_totp_secret

4️⃣ Run the Application

To place orders:

python main.py

Follow the on-screen options to execute various actions.

📚 Resources

  • Zerodha Kite API Docs: link
  • YouTube Tutorial: link

🛑 Disclaimer

This project is for educational purposes only. Use at your own risk.

About

A Python script to efficiently collect and place multiple orders on Zerodha Kite via the terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0