nathanp / crypto-price-widget

Easily track the price of your favorite crypto in an attractive desktop widget
https://cryptopricewidget.com
Creative Commons Zero v1.0 Universal
84 stars 26 forks source link

Please Add Support for Other Tokens #65

Open five2seven opened 3 years ago

five2seven commented 3 years ago

Currently unable to add my AAVE and AXS, would be great to add custom tokens even if the end user needs to configure it.

SickProdigy commented 3 years ago

also firo

mbinette commented 3 years ago

There is a workaround I found by reviewing the code. The code read the coin list at runtime for performance reasons. But it is saved as a simple json file in the apps resources folder as "coinlist.json".

  1. In your browser go to https://min-api.cryptocompare.com/data/all/coinlist
  2. Use your browser's "Save as..." feature to save the file to your local drive as coinlist.json
  3. Replace (after backing up) "resources\coinlist.json" and restart the app.

You will now have every coin listed on cryptocompare.com. It will take longer to start the app because the latest coinlist.json is over twice the size as the one included in the latest build.