Daily Cron Job runner that opens browser, do login via your broker credentials and close the browser.
-
In the quantman-auto-login respository page.
-
Fork the repo using the fork button. (at the top right area in the page.)
-
In the forked repository page do the below 2 steps. (You should already be in the forked repo, if not Go to the forked repo)
-
Settings
-
Click the "Settings" button to go to the settings page.
-
Select Secrets. And within secrets Actions (in the left side panel).
- Click New Repository Secret. Add USERNAMES => (fill in your fyers broker client id's) e.g XP00000, 00000PQ
- Click New Repository Secret. Add PASSWORDS => (fill in your fyers broker client password's) e.g ABCDF, ERTYUJ
- Click New Repository Secret. Add PINS => (fill in your fyers broker client pin's) e.g 0000, 1111
- Click New Repository Secret. Add BROKERS => (fill in your broker's name) e.g FYERS, ANGLE_BROKING, ICICI, ALICE_BLUE, ZEBU (mandatory format)
- Click New Repository Secret. Add SECURITY_QUESTIONS1 => (fill in your security questions name) e.g 1,2,3,4,ABC (ZEBU)
- Click New Repository Secret. Add SECURITY_QUESTIONS2 => (fill in your security questions name) e.g 1,2,3,4,ABC (ZEBU)
- If you don't have any fields.. Please give dummy values.. like Zebu only have security questions.. remaining doesn't have ? so give dummy eg: 1,2,3,4,ZEBU.. this is for all fields
- Another example.. angle broking doesn't have pin.. so give "dummy pin 1111", it willnot be considered.. but have to give
- All 6 fields.. matching with index.. eg: USERNAMES : 11111111, 2222222, ... PASSWORDS : oqijwihq, kjcixhw, ... PINS : 1111, 11111, ... BROKERS : FYERS, ANGLE_BROKING, ... SECURITY_QUESTIONS1 : 0, 1, 2, 3, ... SECURITY_QUESTIONS2 : 0, 1, 2, 3, ...
-
-
Actions
- Click "Actions" button at the top of the page.
- Click "I Understand my workflows, go ahead and enable them"
- Select the "Autologin" in the left side panel.
- In the disclaimer warning message in the center of the page, click "Enable Workflow"
-
Now daily at 07:30, the enabled action will login in you into QuantMan using the credentials filled in the repository's secret.