This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
macatron:twister-core keith$ ./autotool.sh | |
Bootstrapping autotools for twister | |
Checking autotools requirements: | |
Checking for autoconf >= 2.63... | |
testing autoconf... found 2.69 | |
Checking for automake >= 1.11... | |
testing automake... found 1.14.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Twister version v0.9.20.0-unk-beta (May 29 2014, 10:44:11) | |
Using OpenSSL version OpenSSL 1.0.1g 7 Apr 2014 | |
Startup time: 2014-06-03 11:34:33 | |
Default data directory /Users/keith/.twister | |
Using data directory /Users/keith/.twister | |
Using at most 125 connections (625 file descriptors available) | |
init message: Verifying wallet... | |
dbenv.open LogDir=/Users/keith/.twister/database ErrorFile=/Users/keith/.twister/db.log | |
Bound to 0.0.0.0:28333 | |
scrypt: using scrypt-sse2 as built. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class TweetersController < ApplicationController | |
require 'rubygems' | |
require 'twitter_oauth' | |
def index | |
end | |
def auth |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TwilioResponse: | |
SMSMessage: | |
Status: queued | |
AccountSid: AC8eddd770e69ad61de3fef0b4671bd62d | |
Body: JSON output and using RestClient | |
From: "9785719921" | |
Sid: SM58e89e4a8e74a8213ed04bf88544a98e | |
DateCreated: Thu, 20 May 2010 06:29:06 -0700 | |
To: "9785669432" | |
DateUpdated: Thu, 20 May 2010 06:29:06 -0700 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class MessagesController < ApplicationController | |
require 'twiliolib' | |
require 'rexml/document' | |
include REXML | |
# Twilio REST API version | |
API_VERSION = '2008-08-01' | |
# Twilio AccountSid and AuthToken |