Giter VIP home page Giter VIP logo

Comments (10)

chaozdeus avatar chaozdeus commented on September 7, 2024 1

yup
3040

from cryptotracker.

dconroy avatar dconroy commented on September 7, 2024

i hope to push some changes later tonight with an example for you.

from cryptotracker.

dconroy avatar dconroy commented on September 7, 2024

please check out the latest check in which adds support for GDAX btc, as well as new dashboards for BTC, ETH, and CryptoMarket overall

from cryptotracker.

chaozdeus avatar chaozdeus commented on September 7, 2024

So its only GDAX that's being queried for BTC data? or it also include the other servers?
also, do I still need to modify the code like above to enable the parsing?

thanks!

from cryptotracker.

scrimpy avatar scrimpy commented on September 7, 2024

this works for me:
self.products = {'USDT_ETH': 'eth.poloniex.ticker',
'USDT_BTC': 'btc.poloniex.ticker'}

from cryptotracker.

chaozdeus avatar chaozdeus commented on September 7, 2024

If it helps.... this is the modification I did before

poloniex
self.products = {'USDT_ETH': 'eth.poloniex.ticker', 'USDT_BTC': 'btc.poloniex.ticker'}
bitfinex
self.products = {'ethusd':'eth.bitfinex.ticker', 'btcusd':'btc.bitfinex.ticker'}
gemini
self.products = {'ETHUSD':'eth.gemini.ticker', 'BTCUSD':'btc.gemini.ticker'}
gdax
self.products = {'ETH-USD': 'eth.gdax.ticker', 'btc-USD': 'btc.gdax.ticker'}
bittrex
self.products = {'USDT-ETH':'eth.bittrex.ticker', 'USDT-BTC':'btc.bittrex.ticker'}
kraken
self.products = {'XETHZUSD':'eth.kraken.ticker', 'XXBTZUSD':'btc.kraken.ticker'}

from cryptotracker.

scrimpy avatar scrimpy commented on September 7, 2024

and is it working?

from cryptotracker.

scrimpy avatar scrimpy commented on September 7, 2024

i've started to write scraper for okcoin and bithumb.

from cryptotracker.

dconroy avatar dconroy commented on September 7, 2024

if you pull the latest commits we have built visualizations dedicated to btc and eth, as well as a nice dashboard that can show both at the same time.

http://imgur.com/M9YfVR7

Thanks for the interest!

from cryptotracker.

dconroy avatar dconroy commented on September 7, 2024

@chaozdjinn @scrimpy thanks for your interest. based on this thread ive implemented BTC on all currently support exchanges, and with @avelkoski 's help we added new dashboards for kibana to help visualize these markets. if you experience any issues with the lastest code over the next few days let me know, otherwise i'll mark this issue as closed.

thanks again for the contributions

from cryptotracker.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.