Skip to content

barrel/sweet-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 behind the Sweet Board.

Installation

  1. Download files.
  2. Insert your twilio account credentials into config.php.
	$token = 'your-token-here';
	$sid = 'your-sid-here';

These can be found by going to your twilio account page 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.

<Response>
	<Sms>Hello, thanks for texting the Sweet Board!</Sms>
</Response>

You can edit the number of texts that are included in the vintage sweetness by changing the default in config.php.

	$vintage_texts = 10;

Credits

About

Sweet Board is an app that uses the twilio api to retreive your sms log and display it in a simple, readable format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors