bluppfisk / coindicator

A crypto-currency (Bitcoin, Ethereum et al) market price indicator for the Linux desktop. Sits in the tray and lets you set alerts. Supports GNOME, Unity and KDE.
MIT License
160 stars 40 forks source link

Fetch missing icons from CoinGecko #80

Closed georgekarapi closed 3 years ago

georgekarapi commented 3 years ago

There is always new crypto around the corner, so I've created this patch to be able to dynamically fetch any missing icons from CoinGecko's API

bluppfisk commented 3 years ago

This is good. Even nicer would be if it used the async downloader service to update the icon after it has been fetched so that there's no delay when setting an asset. I don't currently have the time to work on this, but it's an idea if you are keen :)

bluppfisk commented 3 years ago

I forgot to say thanks :) Thanks!

georgekarapi commented 3 years ago

Yes, I thought about it but didn't have the needed time to check out how the service was working. I'll post an updated version when I have some spare time