Metadata-Version: 1.0
Name: twerp
Version: 0.0.1
Summary: Twilio command-line application for sending SMS text messages and making voice calls.
Home-page: http://github.com/cakebread/twerp
Author: Rob Cakebread
Author-email: cakebread@gmail.com
License: BSD
Description: Twerp README
        ============
        
        
        Configure twerp:
        
        ~/.twerprc
        
        
        ACCOUNT_SID=a902830980980980ff987yada
        AUTH_TOKEN=98798asdfas9df87sadf987yada
        CALLERID=+12135551212
        
        
        Usage Examples:
        
        
        List your Twilio phone numbers:
        
        twerp -N
        
        
        List lots of details about each of your Twilio numbers:
        
        twerp -Nv
        
        
        Send SMS message:
        
        twerp -s 'this is a test' -r +12135551212
        
        
        List all your SMS messages (Careful if you have zillions!)
        
        twerp -L
        
        
        Show details of SMS message by SID
        
        twerp -S nnnnnnnnnnnn
        
        
        
        
        .. Twerp News
        
        News
        ====
        
        0.0.1
        -----
        
        *Release date: 1/5/2012
        
        * Initial release
        
        
        
        
Keywords: twilio sms telephony
Platform: UNKNOWN
