Create readme and instructions

This commit is contained in:
Oliver Bell
2018-09-25 14:43:53 +01:00
parent 0cb0121c5e
commit e4b959af9f

11
README.md Normal file
View File

@@ -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`