Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Any way to add live cryptocurrency data? #21

Closed
mrbromely opened this issue Jul 14, 2017 · 8 comments
Closed

Any way to add live cryptocurrency data? #21

mrbromely opened this issue Jul 14, 2017 · 8 comments

Comments

@mrbromely
Copy link

No description provided.

@deanishe
Copy link
Owner

Bitcoin is already supported.

@mrbromely
Copy link
Author

Hi,

I saw that it supports BTC and it inspired my thinking that it would be amazing if it could, pull all 'alt' coin prices from a live market like kraken. I think they have a price feed api.

Amazing Alfred extensions thank you so much for sharing!

Martyn

@deanishe
Copy link
Owner

Kraken's not a great fit, as the API is quite complicated to use (presumably because you can also use it to perform trades).

CryptoCompare looks like a good fit, though.

I'll look into it.

@mrbromely
Copy link
Author

CryptoCompare would be amazing! I use it for portfolio tracking didn't even think about them having a feed, I'm not able to code but more than happy to help test or work through any flows if you get round to making it work.

@deanishe
Copy link
Owner

I've added support for (most of) the currencies supported by CryptoCompare, but there are a stupid number of them (>1000). I'd prefer not to include them all for reasons of performance (downloading and registering them) and clarity (I'd rather not have hundreds of "meaningless" currencies in the currency list).

Do you have any idea which ones actually matter?

@mrbromely
Copy link
Author

True, there are a huge ammount of s**t coins out there, perhaps limit it to the top 100 coins (https://coinmarketcap.com/) for now. Obviously this changes pretty quickly these days so if there is an easy way for users to add other desired coins then that would be super amazing.

@deanishe
Copy link
Owner

Added in v3.0

By default, I've only activated a handful of cryptocurrencies. Use convinfo then Edit Active Currencies to add the desired symbols to the list of active currencies.

@mrbromely
Copy link
Author

Fantastic! Thanks for all you effort on this hopefully it will be useful for others as well.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants