edklesel / Email-Breach-Checker

Daily process which makes requests to the HaveIBeenPwned API to check for email account breaches
1 stars 0 forks source link

Turn program into a .exe with an associated .exe.config configuration file, in xml format. #12

Open edklesel opened 6 years ago

edklesel commented 6 years ago

EmailBreachCheck.exe EmailBreachCheck.exe.config

This will allow the SNMP email details to be stored in the config file, and also have the accounts listed in there. Also allows for extra customisation in the future, better than hardcoding or creating extra files to store config information.

edklesel commented 6 years ago

Config file generate, but in .json format instead as it is easier to parse.

edklesel commented 6 years ago

After changes to code, am getting 403 response from API. Will keep issue open until resolved, not sure if this is what caused it.