Are there any Bayeux clients in Python to subscribe to salesforce push-topic (streaming API)

781 Views Asked by At

I want to get the push-topic, salesforce streaming api data to frontend python client. I have seen few articles but none of them deals with python frontend. Most on Node.js. It would be really helpful if someone can point on how to subscribe to streaming API data from salesforce in python. I want to run few machine learning algorithms to the data received and write back the result to salesforce.

The link in this SO post does not work.

0

There are 0 best solutions below