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

An automation that notifies users when UTRGV timecards are due.

Notifications You must be signed in to change notification settings

JasonFHough/utrgv-timecard-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

An automation that notifies users when UTRGV timecards are due.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages