Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atomaka/song-caller

Schedule a call to a friend where an MP3 is played using the Twilio API.
https://github.com/atomaka/song-caller

Last synced: 15 days ago
JSON representation

Schedule a call to a friend where an MP3 is played using the Twilio API.

Awesome Lists containing this project

README

        

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?