Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atomaka/song-caller
- Owner: atomaka
- Created: 2013-02-24T19:17:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-03-05T16:37:51.000Z (over 11 years ago)
- Last Synced: 2023-03-12T07:24:54.875Z (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
sqlite3sql
create-table.php will create the table; set permissions to 666?