Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse current default config #1

Open
Evanito opened this issue Jul 29, 2017 · 0 comments
Open

Parse current default config #1

Evanito opened this issue Jul 29, 2017 · 0 comments

Comments

@Evanito
Copy link
Member

Evanito commented Jul 29, 2017

Goal: Check bot's current default.cfg.example for all config options, then parse them and import them into the webpage. Should find config by downloading from https://github.com/BitBotFactory/poloniexlendingbot/raw/master/default.cfg.example. If that fails, allow user to upload config file they have.

Purpose: This will allow the webpage to be mostly autoupdating, as when a new option is added to the default config, the webpage will also be able to update immediately.

Additional notes:

  • Coinconfig would need to be hardcoded into the webpage.
  • default.cfg.example would need to be standardised into a form that we can parse for:
    • Option name
    • Option description
    • Acceptable answer range (1-20, True/false, etc)
    • Default value
@Evanito Evanito added this to Ideas in Create webpage Jul 29, 2017
@Evanito Evanito moved this from Ideas to Planned in Create webpage Jul 29, 2017
@Evanito Evanito moved this from Planned to In Progress in Create webpage Jul 29, 2017
@Evanito Evanito moved this from In Progress to Done in Create webpage Jul 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant