spdconvos / encryptedbot_py

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

Add more environment configuration options #4

Closed AetherUnbound closed 3 years ago

AetherUnbound commented 3 years ago

This PR adds WINDOW_M and TIMEZONE as environmental configuration options

AetherUnbound commented 3 years ago

Seems good! It might make sense to move the API credentials to the .env too just to cut down on imports and have one cohesive setup file.

Yea great call! The presence of a secrets.json made spinning up this project easier, because one of the other bots used the same file :smile: We can move it over to env variables in the future though.