I'm fairly new to scripting in general and I'm pretty sure this is trivial but i can't seem to find a solution. I want to use the python websockets library to listen to multiple websockets in order to get ticker information about crypto prices.
How to get real time bid / ask / price from GDAX websocket feed provides a good start for obtaining the feed for one currency.
The problem is that the run_forever() does not allow me to show two feeds at the same time as i have no way to interrupt it.