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.
You will need to change the following variables:
reminder_start_date
-reminder_time_of_day
- default: 11amskip_weekend_days
- default: Falsetask_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