sconfig is a Scala port of Lightbend config, it provides parsing of configuration files in various formats:
- Java properties (key=value)
- JSON
- HOCON
- Fill out the blanks in ConfigFile.scala
Your application should read an accesstoken from a configuration file in ~/.config/tws/tws.conf
(adhering to the XDG Base Directory specification)