spdconvos / encryptedbot_py

A bot that scrapes and tweets metadata from OpenMHZ calls.
1 stars 1 forks source link

Configuration via environment, formatting changes #3

Closed AetherUnbound closed 3 years ago

AetherUnbound commented 3 years ago

This PR adds configuration via environment variables and instructions for how to accomplish this using docker. It also modernizes the python a bit, and substitutes print statements for logging so timestamps are associated with log messages.

I've tested this locally swapping around the threshold/debug values and everything works as expected!