Skip to content

ryancutter/trellminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trellminder

This is a simple cron job intended to run daily which sends an email alert to a Trello user who wishes to know about overdue or nearly due cards. I run this daily in order to get an email if a card which is assigned to me is overdue or due within in the next 24 hours.

I have a blog post with a little more info. This script was only intended to scratch an itch but I thought others might get some good out of it.

Usage

trellminder.py -c config_file

See trellminder.cfg for proper syntax.

How to install

The files in this repo are intended to run in an OpenShift application but it could run anywhere with Python 2.X and requests installed. To run on OpenShift:

  1. Create python-2.6 app with a cron cartridge: rhc app create trellminder python-2.6, rhc cartridge add cron-1.4 -a trellminder
  2. Add requests to your setup.py: install_requires=['requests']
  3. Configure trellminder.cfg accordingly.
  4. Drop the above files (minus README.md) into ./openshift/cron/hourly

About

Cron job which sends email alerts for overdue/nearly due Trello cards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published