Skip to content

alterlife/statusbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

 
 
 

Contributors