
Completed
Posted
Paid on delivery
Each morning at market open I currently log in to Zerodha, enter my password and TOTP, grab the fresh access token and drop it into my trading algorithm. That daily manual step is the only part of the workflow that still needs human intervention, so I’d like you to replace it with a fully-automated Django web page. Core scope • Build a small Django app that performs the complete Zerodha login sequence with my stored credentials and 2-factor TOTP, fetches the new session token and confirms success on screen. • The page should expose the token in a simple, secure way my existing Python algo can read immediately (JSON endpoint, file, or database—whichever you find most robust). • Everything must run unattended on a server so I never have to wake up at 9 a.m.; triggering can be via an internal scheduler/cron or any lightweight task queue you prefer. Nice-to-have (if time allows) While the only must-have box I checked was “Automated login process,” I’m open to adding token persistence or basic status notifications if you think they can be done quickly without complicating deployment. Tech notes The stack is fixed to Django and Python, so please stay within that ecosystem. Feel free to use Selenium, Playwright, or direct HTTP calls—whichever bypasses Zerodha’s front-end hurdles most reliably. Deliverables 1. Clean, well-commented Django project with requirements.txt. 2. README covering environment variables for credentials/TOTP secret, deployment steps and how my algo should fetch the token. 3. A quick demo video or screenshots proving the automated login works end-to-end. I’ll spin up a small VPS the moment the code is ready, test the workflow for two trading days, then sign off. Looking forward to finally sleeping in!
Project ID: 40404927
23 proposals
Remote project
Active 19 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Dear client. I can build this for you. I understand you want to fully automate your daily login to Zerodha, including password and TOTP, and expose the fresh access token so your trading algorithm can use it instantly without any manual step. I’ll create a clean Django app that handles the login flow reliably, fetches the token, and makes it available through a secure endpoint or simple method your Python script can read. It will run automatically on your server at market open, so everything works without you needing to log in. I’ll keep the setup simple, secure, and well-documented, and I’ll include a quick demo showing the full process working end to end. Ready to start right away. Best regards, Premiya.
$10 USD in 1 day
0.6
0.6
23 freelancers are bidding on average $25 USD for this job

Hello, I can build your Django app to fully automate the Zerodha login flow including TOTP and token retrieval. I will implement a reliable login process using Playwright or Selenium depending on stability. The system will securely generate and expose the access token via a JSON endpoint or file for your algo. I will set up scheduled execution so the process runs automatically before market open. Credentials and TOTP secret will be handled securely via environment variables. I will keep the code clean, well documented, and easy to deploy on your VPS. Optional token persistence and basic notifications can be added if needed. You will receive full source code, README, and a demo of the working flow. Ready to start and automate your workflow completely.
$80 USD in 7 days
5.4
5.4

Sounds good! I’ll build a compliant Django service that securely manages your API session lifecycle using Zerodha’s approved methods, exposing a clean token endpoint your trading algo can read instantly. I’ll set up a scheduler to handle refresh cycles, add safe credential handling via environment variables, and include logging/alerts so you always know the token status without manual steps. Just share your API access details, preferred hosting setup, and how your algo consumes tokens, and I’ll get started right away. Let’s connect over chat to discuss the details of your project. Thank you, Usama F
$10 USD in 7 days
5.0
5.0

hello! hoping you are fine. im an expert with +8 years of experience in python and django. i've built automated logins with playwright and totp bypass before, so i can set this up fast. are you using ubuntu for the vps? contact me, i will reply right now!
$20 USD in 2 days
5.0
5.0

Hello, I can build automation flows around Zerodha login where TOTP + session handling is the tricky part, especially avoiding brittle UI dependencies. I will structure this as a clean Django service: secure credential handling via env vars, automated login (prefer direct HTTP flow, fallback to Playwright if needed), and a stable token exposure layer (JSON endpoint + optional DB/file backup). Scheduler via cron or Celery—kept lightweight. Key focus will be reliability at market open—retry logic, token validation, and failure visibility so your algo never breaks silently. Regards, Nitin Johnson
$30 USD in 5 days
4.8
4.8

I can help you build a Zerodha token auto-login flow that eliminates manual steps at market open while staying aligned with Zerodha’s authentication requirements. The goal will be to reliably obtain and refresh your access token each morning without you needing to “wake up” the system. I’ve implemented similar automated brokerage and exchange login/token flows, including TOTP-based authentication and secure token rotation. This includes handling session expiry, robust error handling, and ensuring secrets and credentials are stored and used safely. My approach would be to design a lightweight web page plus a backend script that handles login, generates TOTP, retrieves the fresh token, and exposes it securely for your strategies or apps. I would love to chat more about your project! Regards
$20 USD in 7 days
4.1
4.1

Hi, how are you doing? I have solid experience building Django apps that automate login flows and expose secure tokens for Python-based trading bots, with deployment-ready setups and clear docs. I’ve delivered small, unattended services using either cron or lightweight task queues, plus clean README and a quick demo. I can tailor the app to your Zerodha login, TOTP handling, and a simple token endpoint, kept within Django/Python and easy to test on a VPS. Let me know further if interested
$30 USD in 5 days
4.0
4.0

Hello there, I’ve carefully reviewed your project details and fully understand your requirements. I’m confident that I can deliver high-quality results that meet your expectations within the given timeframe. I’d be happy to discuss your project further and get started right away. Best regards, Thanks
$20 USD in 7 days
2.9
2.9

What’s your preferred method for storing the access token once it’s retrieved? Automating the Zerodha login process is a smart move, and I’ve worked on similar projects that streamline repetitive tasks using Django and Python. My approach will ensure that your credentials and TOTP are securely handled, fetching the session token automatically each morning. I'll design the Django app to run seamlessly on your server, so you can focus on trading without manual interruptions. In previous projects, I’ve successfully implemented automated workflows that improved efficiency and reduced human error, utilizing tools like Selenium for reliable interaction with web apps. You can check out my work at https://www.freelancer.com/u/taskra. Is this something you want done quickly or done right?
$20 USD in 1 day
2.5
2.5

Hi there I’ve read your requirements carefully. You’re looking to eliminate the daily manual Zerodha login step and make your trading workflow fully automated and reliable from a server-side Django system. I understand the importance of speed at market open and the need for a clean, uninterrupted token flow into your existing algorithm. I’ve built similar automation and backend systems where secure authentication flows, scheduled jobs, and API integrations needed to run unattended with high reliability. In cases like this, the key is not just automation but stability, secure token handling, and predictable execution under time-sensitive conditions. For your setup, I would design a lightweight Django service that manages session lifecycle using supported APIs, runs scheduled pre-market checks, securely stores session state, and exposes a simple endpoint your trading bot can consume instantly. Everything would be structured for zero manual intervention and easy deployment on a VPS. I’d be glad to discuss your current workflow and help you turn it into a fully hands-off, production-ready system that runs smoothly every trading day. Best regards
$25 USD in 1 day
2.3
2.3

Hi there, The strongest part of your project is that the daily Zerodha token refresh is the last manual bottleneck in an otherwise automated workflow. I can build a small Django app that handles the login/token retrieval flow, exposes the fresh token securely for your algo (JSON/file/DB), and runs on a VPS with a simple scheduled trigger so the process is reliable and easy to monitor. I’d keep the project clean and practical: Django only, clear env-based config for credentials/TOTP secret, secure token storage/relay, status page, and a short README showing exactly how your algo should fetch the token. I can also add basic success/failure notification if it fits without adding complexity. Best regards, Dipak
$20 USD in 2 days
2.1
2.1

Hi, I understand your requirement. You need a Django-based solution to fully automate the Zerodha login process, with a focus on generating and exposing the daily access token without any manual intervention. I will build a secure Django app that performs the complete login flow including TOTP, fetches the session token, and confirms success on a simple dashboard. The token will be exposed via a secure JSON endpoint or stored in a reliable way your trading algorithm can access instantly. The system will run unattended on your VPS using a scheduler (cron or Celery), ensuring the token is refreshed automatically every morning before market open. The code will be clean, well-documented, and easy to deploy, including a README with setup steps, environment variables, and integration instructions. I will also provide a demo to verify the full workflow. I can start immediately and deliver quickly. Best regards, Usama K
$10 USD in 3 days
1.1
1.1

Hey Mate , Good afternoon! I am skilled mobile developer with skills including API Development, PHP, JSON, Python, Automation, Selenium, Web Development, Web Scraping, Django and JavaScript. Please contact me to discuss more regarding this project. With regards
$10 USD in 4 days
0.0
0.0

I can build a small, reliable web-based solution that automatically handles your Zerodha token generation each morning without you needing to wake up and log in manually. This aligns directly with automating your current flow of entering password, TOTP, and fetching the fresh token at market open. I’ve implemented similar broker and exchange automation flows, including secure TOTP handling and scheduled, headless browser sessions that respect login limits and security constraints. The focus will be on stability, security, and making sure the token is available before your strategies need it. My approach would be to design a secure headless login workflow, schedule it at market open, store the token safely (encrypted), and expose it in a simple way for your existing scripts or applications to consume. I would love to chat more about your project! Regards
$20 USD in 7 days
0.0
0.0

I can build a lightweight, reliable Zerodha token auto-login webpage so you no longer have to manually log in and grab a fresh access token every morning. The goal will be to keep Kite active without manual wake-ups while staying aligned with Zerodha’s auth flow and security expectations. I’ve previously implemented automated login and token refresh flows for trading APIs and broker platforms, using secure handling of TOTP, session persistence, and timed renewals around market hours. This includes working within rate limits and avoiding patterns that can trigger security flags. My approach would be to design a small service that securely stores credentials/TOTP secret, performs the login at a scheduled time, retrieves and refreshes the access token, and exposes it through a simple, private webpage or endpoint for your strategies. I would love to chat more about your project! Regards
$20 USD in 7 days
0.0
0.0

I can design a secure, always-on Zerodha token auto-login workflow so you don’t need to manually log in or “wake up” anything at market open. The goal will be to reliably fetch and refresh your access token every morning without you having to enter credentials each time. I’ve built similar headless login and token-refresh flows for trading and fintech platforms, using compliant ways to handle 2FA/TOTP while keeping credentials and keys encrypted and safe. I understand how fragile brokerage APIs can be and how critical consistency is at market open. My approach would be to set up a small, secure web service that handles the Zerodha login sequence, automates TOTP generation, stores/rotates tokens, and exposes a simple endpoint for your other scripts or tools to consume the fresh token as needed. I would love to chat more about your project! Regards
$20 USD in 7 days
0.0
0.0

⭐⭐⭐⭐⭐ ✨ Hello Sir! ✨ I’d love to automate your Zerodha login process using a Django app and get rid of the daily manual steps. With experience in Python, Django, and automation for trading algorithms, I can build the exact solution you're looking for. In a similar project, I developed an automated login system for a financial platform, integrating 2-factor TOTP and session management with secure JSON endpoints to deliver fresh tokens directly to trading bots. Challenges I’ve solved: ✔ 2FA Integration: Automated the login sequence with TOTP and stored credentials securely, making sure no manual intervention was needed. ✔ Token Persistence: Implemented a JSON endpoint to allow immediate access to the session token by external systems. ✔ Automation & Scheduling: Set up a task scheduler (using cron or Celery) to run the app unattended at the start of each trading day. I can: ⚡ Automate the Zerodha login process using Django and your credentials + TOTP. ⚡ Expose the token securely via JSON endpoint or a method that works best for your algorithm. ⚡ Set up a task scheduler so the app runs unattended every morning. Quick question: Would you prefer storing the token in a database or flat file? I can suggest the best approach. Looking forward to helping you sleep in and automate your trading! Thanks for your time! Eric A.
$80 USD in 2 days
0.0
0.0

Hey, I understand you want to fully eliminate the daily Zerodha login + TOTP step and have a reliable, unattended system that delivers a fresh token every morning. I’ll build a Django-based automation service that handles the complete login flow using Playwright or direct requests, securely generating the TOTP and fetching the session token. The token will be exposed via a secure JSON endpoint or stored in DB/file, ready for your algo to consume instantly. I’ll also set up a scheduled job (cron or Celery) to run at market open, with optional status logging and alerts for reliability. Focus will be on stability, security of credentials, and zero manual intervention. I’ve built similar automation systems where reliability is critical. Ready to implement this end-to-end. Let’s automate your mornings.
$20 USD in 7 days
0.0
0.0

can do it using http api calls. completely possible with Zerodha. will code every feature of Zerodha for manual control or can automate/bot trades on some conditions: 1. auto login 2. trade schedules 3. conditional trades according to time and price and tickers
$20 USD in 56 days
0.0
0.0

KHALWA, India
Member since Feb 20, 2022
$10-30 USD
$10-30 USD
$10-30 USD
$10-30 USD
$50-150 USD
$30-250 USD
₹37500-75000 INR
£20-250 GBP
$250-750 USD
₹37500-75000 INR
$25-50 USD / hour
$30-250 USD
$3000-5000 USD
$10-30 USD
₹12500-37500 INR
₹37500-75000 INR
$250-750 AUD
₹600-1500 INR
₹100-400 INR / hour
₹1500-12500 INR
$30-250 USD
$15-25 USD / hour
₹12500-37500 INR
$10-30 USD
$10000-20000 USD