atx-crypto-club / atxcf

atxcf bot
MIT License
6 stars 3 forks source link

Store price data in database #19

Closed transfix closed 8 years ago

transfix commented 8 years ago

Let's persist the price data the bot acquires in a database instead of dumping everything to the settings file. Then lets just use the settings file as a local cache. We also need a way to purge the settings file price data so it doesn't keep growing. This is related to #8. We might also want to do this before we do #18 because it could change the settings file layout.