Use .ini file for most parameters
Use better practice: use .ini files for most configuration instead of constants in program files.
Future: consider using class instead of dict
Future: stream to multiple sites at once (this .ini groundwork was necessary first)