Fill in calendar with appointments for calling people on their birthdays
- Clone repository
- Generate virtualenvironment (Using python 3)
- Install requirements
pip install -r requirements.txt
- Generate
config.json
(see below) - Generate
client_secret.json
(see Google Quickstart) - Run using
birthday_filler.py
with a numeric month as the default parameter
The file should be formatted as follows:
{
"google": {
"calendar_id": "{google_calendar_id}"
},
"lds": {
"username": "{lds account username}",
"password": "{lds account password}"
}
}