1
0
Fork 0
Schedule a call to a friend where an MP3 is played using the Twilio API.
Go to file
Andrew Tomaka b7fb4c8ced Automatically Generate XML Files
Implement xml-generator.php that will automatically generate XML files
from the database based on an ID passed in a get query.  This allows
new calls to be added using new MP3s without having to create a new XML
file by hand everytime.  This is the first step to a full web
implementation.
2013-03-05 11:37:28 -05:00
conf Remove Unused Settings 2013-03-05 11:33:17 -05:00
db Prepare for database support 2013-03-04 19:24:49 -05:00
files Automatically Generate XML Files 2013-03-05 11:37:28 -05:00
.gitignore Prepare for database support 2013-03-04 19:24:49 -05:00
README.md Include composer in Dependency List 2013-03-05 11:33:51 -05:00
add-call.php Automatically Generate XML Files 2013-03-05 11:37:28 -05:00
caller.php Automatically Generate XML Files 2013-03-05 11:37:28 -05:00
composer.json Add Scheduling Capabilities 2013-02-26 17:27:12 -05:00
create-table.php Automatically Generate XML Files 2013-03-05 11:37:28 -05:00
xml-generator.php Automatically Generate XML Files 2013-03-05 11:37:28 -05:00

README.md

install

add cronjob to run master file

* * * * * cd /path/to/project && php caller.php 1>> /dev/null 2>&1

dependencies

composer php5-sqlite sqlite sqlite3

sql

create-table.php will create the table; set permissions to 666?