Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 1 column 1
---
* Title: Customer Sentiment
* Author: deez79
* Date: 08/24/2017
---
- DESCRIPTION
- LIBRARIES
To measure customer sentiment pasted into a google spreedsheet.
1. Connect to Google doc
a. Create new project in Google API Manager:
https://console.developers.google.com/projectcreate
b. Add google drive api to it.
2. read customer comments from spreadsheet
3. Use TextBlob to analyse sentiment
4. Post results in new google doc sheet
1. textBlob
2. gspread
3. oauth2client.service_account
4. pprint