https://github.com/mattmakai/sms-net-promoter-score
Capture and calculate Net Promoter Score for an event via text messages from the audience.
https://github.com/mattmakai/sms-net-promoter-score
Last synced: 3 months ago
JSON representation
Capture and calculate Net Promoter Score for an event via text messages from the audience.
- Host: GitHub
- URL: https://github.com/mattmakai/sms-net-promoter-score
- Owner: mattmakai
- License: mit
- Created: 2015-01-07T18:29:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T19:09:47.000Z (over 10 years ago)
- Last Synced: 2025-03-15T16:51:23.668Z (3 months ago)
- Language: Python
- Homepage: https://www.twilio.com/blog/2015/01/net-promoter-score-python-sms.html
- Size: 215 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMS Net Promoter Score Calculator
A Flask app to collect SMS responses via Twilio along with a companion Python
script to pull down SMS responses and calculate Net Promoter Score (NPS) on
the command line.This repository is explained in the blog post
[Calculating Net Promoter Score with Python and SMS](https://www.twilio.com/blog/2015/01/net-promoter-score-python-sms.html).## Deploy to Heroku
Want to collect NPS scores without setting up the Flask app locally? Use the
Heroku deploy button:[](https://heroku.com/deploy?template=https://github.com/makaimc/sms-net-promoter-score)