Crypto-toolbox / btfxwss

Bitfinex Websocket API Client written in Python3
MIT License
284 stars 125 forks source link

provide more examples #108

Open SURUPAM opened 6 years ago

SURUPAM commented 6 years ago

As a newbie it is tough to grasp at a go . pls provide more examples so i can understand & use the project more properly. ex.. how to continuously stream BTCUSD data every second thank you

pmaster commented 6 years ago

Would love this!

ghost commented 6 years ago

I need this exactly as "SURUPAM" mentioned: "ex.. how to continuously stream BTCUSD data every second"

I have no idea how to continuously stream and receive with my python client. Please help????

It shouldn't be too complicated pls! just a little help

deepbrook commented 6 years ago

The example code in the README should cover this enough to understand the basic usage for streaming data. However, I will add extended examples in the next release, since I'll move from queues to ZMQ sockets, which will work differently.

kstka commented 6 years ago

+1 to SURUPAM. All I need is to understand how to get ticker data continiously. Unfortunatelly, the example it the README don't help me to reach it, Im not a Python programmer. Whatever I tried did not work. Im more than sure it is just few lines of code. If anyone can throw them here, your help will be highly appreciated.