I have running this query in replit web IDES.
I have runned the above command to update openssl but i have received as it is already been updated. here is the below message.
~/Zerodha-kite$ pip install pyopenssl --upgrade
Requirement already satisf…
It is working last month. But now it is not working. Need to have a call. It wouldn't get resolved in this form. Give me call. Let's connect and resolve. My Mobile number is +91-9390477270.
Here is the sytnax for the above error.
# Initialize a websocket connection
ws = websocket.WebSocketApp(
f"wss://ws.kite.trade?api_key={api_key}&access_token={access_token}",
on_message=on_message
from kiteconnect import KiteConnect
from kiteconnect import KiteConnect, KiteTicker
import json
import time
import pandas as pd
def load_api_keys():
try:
with open('Zerodha credentials.json', 'r') as file:
config = json.load…