cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.94k stars 309 forks source link

Reduce amount of traffic to coinmarketcap backend? #280

Open lyricnz opened 2 years ago

lyricnz commented 2 years ago

Similar to #228 we should look at the amount of traffic to coinmarketcap. I get a notification about exhausting my quota very quickly after starting cointop, and the charts don't appear to be working #228 - are these related?

vuon9 commented 2 years ago

I think it could be a new implementation for the rate limiter, specific for every API caller, and should be configurable also in case any change from the sites then we could easily adapt.

My concern is: when we already reached the limit, how the data retrieving error will be noticed to the user?