Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

Files

Latest commit

3280c5e · Oct 25, 2020

History

History
37 lines (24 loc) · 872 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 872 Bytes

UTRGV Timecard Reminder

A Python automation script that reminds users when an upcoming timecard is due.

Users are notified by email and Slack integration.

Installation

Requires Python 3.7.0 or later

Environment Setup (MacOS with Homebrew)

Install pyenv and pyenv-virtualenv

brew install pyenv
brew install pyenv-virtualenv
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

See pyenv and/or pyenv-virtualenv for more details.

Create Virtual Environment using Python 3.7.0

pyenv virtualenv 3.7.0 utrgv-timecard
pyenv activate utrgv-timecard

See pyenv and/or pyenv-virtualenv for more details.

Run reminder.py

python reminder.py