I am new to reactive programming, now I am looking for help on implementing the following:
I have python file which is connected to a websocket and which provide me with updates/heartbeats.
Now I am looking to retreive that data in another file and use the rx Observable to respond on the data.
The file that is connected to the websocket delivers the data via:
print(api_data)
And the issue is now with retreiving the data:
q=os.system("websocket.py clicks").read()
I am quite new to this, so I might make some beginner mistakes but I am curious where I can find more information about this.
Regards
question from:https://stackoverflow.com/questions/65842711/how-to-implement-reactive-programming-on-a-system-output-in-python