Skip to content

Load a list of tasks into daily reminders in slack. Useful for things like Ministry of Testing #30DaysOfTesting

License

Notifications You must be signed in to change notification settings

abangser/30daysof_slack_reminders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting reminders in slack for a #30daysoftesting session

Overview

If you would like to create reminders for #30daysoftesting in slack, you can run this script with pyhton3.

Note: This script will add reminders to the user who created the token.

Prerequisits

You will need to change the following variables:

  • reminder_start_date -
  • reminder_time_of_day - default: 11am
  • skip_weekend_days - default: False
  • task_list_file - default: testability

Have a slack token saved in a file ./slack_token

Note: This is an ignored file to save you from checking in your token!

To generate a token you need to be logged into your team slack in the browser and then go to https://api.slack.com/custom-integrations/legacy-tokens

TODO:

  • make it command line program with defaults
  • allow for other channels for reminders
  • make tomorrow the default start date

About

Load a list of tasks into daily reminders in slack. Useful for things like Ministry of Testing #30DaysOfTesting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages