I have a working Python script that reads an XLS sheet, logs in to Zerodha and fires trades; I now need the same workflow adapted for StoxKart. The new script must log in with a session token (no API key flow) and then: • Parse the XLS file row-by-row • Place the corresponding orders in StoxKart • Immediately fetch and record each order’s status so I can reconcile fills in the sheet Please keep the structure clean and modular so I can drop in different brokers later. If you have handled StoxKart’s session-based authentication before, that’s a plus. Deliver the fully-commented .py file along with any helper modules, and include a short README showing startup steps and the format the XLS parser expects.