taoteh1221/Open_Crypto_Tracker

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

s1-ranjan opened this issue · 4 comments

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.

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! :)

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.

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.

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.