https://github.com/barrel/sweet-board
Sweet Board is an app that uses the twilio api to retreive your sms log and display it in a simple, readable format.
https://github.com/barrel/sweet-board
Last synced: about 1 year ago
JSON representation
Sweet Board is an app that uses the twilio api to retreive your sms log and display it in a simple, readable format.
- Host: GitHub
- URL: https://github.com/barrel/sweet-board
- Owner: barrel
- Created: 2013-04-11T14:34:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-24T14:33:10.000Z (over 13 years ago)
- Last Synced: 2025-04-25T11:42:28.474Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 3.16 MB
- Stars: 18
- Watchers: 39
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sweet Board
## About
The Barrel Sweet Board is an app that uses the twilio api to retreive your sms log and display it in a simple, readable format. The app auto updates when new texts are recieved.
Read the [story](http://www.barrelny.com/blog/sweet-board-sketch-to-prototype-in-5-hours/) behind the Sweet Board.
## Installation
1. [Download files](https://github.com/barrel/sweet-board/archive/master.zip).
2. Insert your twilio account credentials into [config.php](https://github.com/barrel/sweet-board/blob/master/config.php).
```php
$token = 'your-token-here';
$sid = 'your-sid-here';
```
These can be found by going to your twilio [account page](https://www.twilio.com/user/account) and copy & pasting the "AUTH TOKEN" & "ACCOUNT SID" into the file. Then you are set!
## Configurations
You can add a text reply to your users by editing [reply.php](https://github.com/barrel/sweet-board/blob/master/reply.php).
```xml
Hello, thanks for texting the Sweet Board!
```
You can edit the number of texts that are included in the vintage sweetness by changing the default in [config.php](https://github.com/barrel/sweet-board/blob/master/config.php).
```php
$vintage_texts = 10;
```
### Credits
- Built by [Barrel](http://www.barrelny.com/).
- Concept by [Peter Kang](http://www.twitter.com/peterkang34).
- Design & development by [Jessica Frazelle](http://www.twitter.com/frazelledazzell).