From e4b959af9fde43760c78c67eea440d3870e22aee Mon Sep 17 00:00:00 2001 From: Oliver Bell Date: Tue, 25 Sep 2018 14:43:53 +0100 Subject: [PATCH] Create readme and instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1b98b6d --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# cov-to-google + +Migrate the coventry university student timetable to a google calendar using the google calendar API + +## Usage + +1. `pipenv install` +1. `echo $TIMETABLE_URL > timetableurl` +1. Download credentials.json from the google calendar api starter +1. `pipenv run python3 main.py` +