Python client usage without installing package

mohan_mon
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.

Thank you.
Sign In or Register to comment.