Hi, I had to move to python as there is no support for websocket streaming in php client.Sorry if this sound any noob. I want to use python on my shared hosting website, but the problem is i can not install any python packages on it, so i'm unable to use pip or python setup.py, to later import websocket in my code. Can you please help me with any direct code which i can import without installing any packages or any other way around.
There are dependencies ("requests", "six", "websocket-client"). If its all met, you can directly put the kiteconnect code instead of pip install and use it. You can test it by cloning the code from https://github.com/rainmattertech/pykiteconnect