Skip to content

alterlife/statusbot

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

statusbot

A python script to send automated status update emails that are generated straight from your ics todo list.

What is this for?

If you use Rainlendar or any similar task management software which saves your todo list to an ICS file, this tool once properly configured will generate a status report of pending, wip and completed in the last 'x' days tasks and send it to your manager and team with one click.

How to use

To use this, you will need to at the minimum:

  1. Update the files under the templates folder to your taste
  2. Update the following parameters in sendmail.py:
  • <pathtoyourcalender>
  • <yourmailserver>
  • <youremail@yourcompany.com> (sender)
  • <yourname> in the subject string
  • The list of recipients: ["<yourmanager@yourcompany.com>", "<yourteam@yourcompany.com>"]

After you've done these, running sendmail.py should send out a status email.

About

Automated status update emails that are generated straight from your ics todo list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published