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: about 1 year ago
JSON representation
Schedule a call to a friend where an MP3 is played using the Twilio API.
- Host: GitHub
- URL: https://github.com/atomaka/song-caller
- Owner: atomaka
- Created: 2013-02-24T19:17:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T16:37:51.000Z (over 13 years ago)
- Last Synced: 2025-02-12T10:54:36.556Z (over 1 year ago)
- Language: PHP
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?