An open API service indexing awesome lists of open source software.

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.

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:

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy?template=https://github.com/makaimc/sms-net-promoter-score)