tehp / OpenPoGoBot

A PokemonGo Python bot - NO LONGER MAINTAINED
MIT License
123 stars 53 forks source link

Have command line parameters take priority over JSON #27

Closed MaxLeiter closed 8 years ago

MaxLeiter commented 8 years ago

This is definitely open for discussion. I'm personally a fan of removing JSON configuration files and going back to command line parameters. At least give command line priority over JSON (So you can use both but if there's a conflict command line is used).

wchill commented 8 years ago

Alternatively, add a switch so that JSON must be explicitly loaded.

joseph-abell commented 8 years ago

I like having the option, I like the permenancy of a json file. Something needs to change: this halfway version isn't good enough.