Skip to content

Test Customer Sentiment via comments pasted in google spreadsheet, and then run through python library TextBlob.

Notifications You must be signed in to change notification settings

deez79/customerSentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

---

Table of Contents

  • DESCRIPTION
  • LIBRARIES

DESCRIPTION

Objective:

To measure customer sentiment pasted into a google spreedsheet.

Process:

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

LIBRARIES

1. textBlob
2. gspread
3. oauth2client.service_account
4. pprint

About

Test Customer Sentiment via comments pasted in google spreadsheet, and then run through python library TextBlob.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages