Hello Readers,
Today we will try to learn browser automation using Python and Selenium automation tool.
We will write a code to automate login process of Zerodha trading platform using selenium and python in Google Chrome browser.
Place a file named zerodha-credentials.json at the same location as the actual python script with zerodha credentials as below:
Run the below script to automatically login, code is mostly self-explanatory leave a comment if any doubt, I will try to respond.
Note: Think before storing your credentials in plain text, potential risk of it being compromised. This post is for education purpose to learn how we can automate web surfing using Python.