pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

How can I stream Bitstamp's websocket? #99

Closed zlwolf236 closed 7 years ago

zlwolf236 commented 7 years ago

I just couldn't figure out how to hook myself to bitstamp's websocket. Please help and it will be very very much appreciated! Thank You

https://www.bitstamp.net/websocket/

callum-oakley commented 7 years ago

Pusher libraries are either "http" or "websocket". This is a http library, so you can use it to trigger events and authenticate private channels, but you can't use it to subscribe to websockets. For a list of our websocket libraries see here.