Text-to-Vote is a simple web app that allows you to do realtime polling through SMS.
Text-to-Vote works with the Twilio API, so you'll need an account and phone number at Twilio before you can get started. Twilio sells simple, pay as you go phone services, and you can sign up for a free account with $30 of free credits at http://www.twilio.com.
Installation of Text-to-Vote is as simple as copying the folder, making it writeable, editing the configuration file, creating the database and pointing Twilio to the correct handlers.
-
Copy the folder to your server.
-
Make the folder writeable.
-
Edit
/include/config.php
-
Run
create_database.php
by browsing tohttp://yourserver/Text-to-Vote/create_database.php
-
Go to your Twilio numbers page and point the Voice URL to
http://yourserver/Text-to-Vote/handle_incoming_call.xml
(leave the default POST method selected) and point the SMS URL tohttp://yourserver/Text-to-Vote/handle_incoming_sms.php
Copyright (C) 2011 Rahim Sonawalla ([email protected] / @rahims) and Will Light ([email protected] / @dudestache).
Released under the MIT license.