You might have to reset your TOTP to get the seed if you don't have it saved - Zerodha - What to do if the access to the Time-based OTP (TOTP) Authenticator app is lost? Default value - Your_TOTP_seed - Invalid ZerodhaLoginName, ZerodhaPass, apiKey and apisec : Client and Clie...
/*To get live price use KiteTicker websocket connection.It is recommended to use only one websocket connection at any point of time and make sure you stop connection,once user goes out of app.*/// Create a new Ticker instanceTickerticker=newTicker(MyAPIKey,MyAccessToken);// Add handlers ...
// Initialize Kiteconnect using apiKey.KiteConnectkiteSdk=newKiteConnect("your_apiKey");// Set userId.kiteSdk.setUserId("your_userId");/* First you should get request_token, public_token using kitconnect login and then use request_token, public_token, api_secret to make any kiteconnect ...
WORKDIR /app COPY . /app RUN git submodule update --init --recursive && \ rm -rf build # build the project RUN mkdir build && \ cd build && \ cmake .. -DBUILD_EXAMPLES=On && \ make # run the example ENTRYPOINT ["sh", "-c", "./build/example$EXAMPLE_NUMBER"] 23 changes: ...