Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevroe committed Jun 27, 2016
1 parent b61d4c8 commit 1612d89
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ Three Toe accepts a [Twilio](http://twilio.com) webhook POST and responds to the
1. Sender TXTs Twilio powered phone number with "T0001"
2. Twilio sends webhook to Three Toe
3. Three Toe looks for "T0001.txt" in /responses
4. If found, responds. If not found, responds with nopropertyinfo.txt
4. If found, responds. If not found, responds with responses/notfound.txt

This simple script was built to scratch an itch and learn the basics of the Twilio API. You can [read more about the backstory on my blog](http://cdevroe.com/2016/06/24/three-toe-a-simple-sms-autoresponder-on-top-of-the-twilio-api/).

## Installation

1. Copy entire app to server
2. Copy app/config-private-sample.php and create app/config-private.php
3. Fill in Twilio account information and phone numbers in your config-private.php
4. Create response TXT files in /responses (a few examples given)
3. Fill in Twilio account information, phone numbers, app URL, and password in your config-private.php
4. Open /configure to create, edit, and delete codes and responses

(You'll need to set up a phone number on Twilio with a webbook that points to your URL.)

## Version History

### 0.2.0 - June 27, 2016
- Added: Code & Response configuration panel
- Update: Generic "not found" response to make less real estate specific
- Updated readme

### 0.1.0 - June 24, 2016
- Initial app
- Basic responses based on text file
Expand Down

0 comments on commit 1612d89

Please sign in to comment.