Twilio-org / rapid-response-kit

This Twilio-powered Rapid Response Kit gives you the elements to build and deploy communications apps quickly and easily.
302 stars 96 forks source link

Added requests for parse keys during make install and created new application to view twilio log with list of phone numbers that have contact you previously formatted to copy/paste into broadcast functions. #2

Closed Shy closed 10 years ago

Shy commented 10 years ago

I was having issues getting survey to work by just appending parse keys to config.py. Asking for the parse keys during the installation fixed that error and provides a consistent workflow for dealing with api keys.

ihumanable commented 10 years ago

Please separate these two features into two pull requests.

Probably want to keep the Parse keys out of the installation process, wouldn't mind adding it as an optional step or adding a configuration helper.

Log tool seems like an interesting idea but we'd rather people use the Twilio Account portal. There are some issues with the implementation, duplicates are not removed, load time is high, not sure if we want it in the base package.

Please reopen as 2 requests so they can be assessed individually.