s4w3d0ff / python-poloniex

Poloniex API wrapper for Python 2.7 & 3
https://poloniex.com/support/api
GNU General Public License v2.0
568 stars 166 forks source link

Cleanup the websocket class #204

Closed s4w3d0ff closed 5 years ago

s4w3d0ff commented 5 years ago

make subscribing and callbacks more accessable, switch to using the string versions of the channels name instead of ids. Using the channel id still works for un/subscribing but it has to be passed as an int.