taoteh1221 / Open_Crypto_Tracker

Bitcoin / Alts private portfolio tracker, with email / text / alexa / telegram price alerts, charts, leverage support and much more.
https://taoteh1221.github.io
GNU General Public License v3.0
92 stars 22 forks source link

Getting updates for new coins listing and delisting via email, telegram, and other means. #37

Closed s1-ranjan closed 2 years ago

s1-ranjan commented 2 years ago

It would be a great feature if this application can trigger a message for listing and delisting of coins from any exchange, this can help in making a quick modifications in the config file.

taoteh1221 commented 2 years ago

Not really possible, as markets can be taken down for maintenance as well as delistings (creating false positives when checking). So the needed complexity to make sure it was not just a market offline for system maintenance isn't feasible (risk outweighs the rewards). That said, you can run 'markets' tests already now, see the debugging documentation here, for 'markets': https://github.com/taoteh1221/Open_Crypto_Tracker/blob/main/config.php#L1379

I haven't forgotten all your other opened issues, just been very busy with other stuff. I think I'm caught up on all that now, and probably can get to it in the next week or two. Thanks for all your feedback! :)

taoteh1221 commented 2 years ago

That said, checking for new coins may be fairly feasible to add for a feature. But checking for delistings is not going to work well because exchanges take markets offline temporarily for upgrades / issues / etc, but they put them back online at a later time.

s1-ranjan commented 2 years ago

delisting may require personal attention from the app, but a reminder can be triggered for the missing assets from the app this can help an admin to take the not of the missing asserts and can modify the config to remove the entry from the app.

taoteh1221 commented 2 years ago

This doesn't have enough feasibility in my opinion to devote time on adding as a feature. Over-complicating an app leaves users confused on how to use it in the first place. Please review the contributing guidelines before submitting new issues from here onwards: https://raw.githubusercontent.com/taoteh1221/Open_Crypto_Tracker/main/CONTRIBUTING.txt Thanks very much for your feedback.