A Python automation script that reminds users when an upcoming timecard is due.
Users are notified by email and Slack integration.
Requires Python 3.7.0
or later
brew install pyenv
brew install pyenv-virtualenv
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
See pyenv and/or pyenv-virtualenv for more details.
pyenv virtualenv 3.7.0 utrgv-timecard
pyenv activate utrgv-timecard
See pyenv and/or pyenv-virtualenv for more details.
python reminder.py