atx-crypto-club / atxcf

atxcf bot
MIT License
6 stars 3 forks source link

Add a settings module #10

Closed transfix closed 8 years ago

transfix commented 8 years ago

Let's add a settings module to handle the json files for program settings, market data cache and API credentials for various exchanges. This will make deploying much simpler.

transfix commented 8 years ago

I still need to get the rest of the program to use this new module and to add a thread to keep the file in sync with settings changes. Also needs to be tested with multiple processes competing to write to it. I also need to add some default options for the webapi and slackbot settings. I'll probably make new issues for these.