Schedule a call to a friend where an MP3 is played using the Twilio API.
Andrew Tomaka
b7fb4c8ced
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. |
||
---|---|---|
conf | ||
db | ||
files | ||
.gitignore | ||
add-call.php | ||
caller.php | ||
composer.json | ||
create-table.php | ||
README.md | ||
xml-generator.php |
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?