Metadata-Version: 1.0
Name: twerp
Version: 0.0.2
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: README
        ======
        
        .. contents::
        
        
        Installation
        ------------
        
        pip install twerp
        
        
        
        Configure twerp
        ---------------
        
        ~/.twerprc
        
        
        ACCOUNT_SID=a902830980980980ff987yada
        
        AUTH_TOKEN=98798asdfas9df87sadf987yada
        
        CALLERID=+12135551212
        
        
        
        Usage Examples
        --------------
        
            $ twerp -N
        
                 List your Twilio phone numbers
        
        
            $ twerp -Nv
        
                 List lots of details about each of your Twilio numbers:
        
        
            $ twerp -s 'this is a test' -r +12135551212
        
                 Send SMS message
        
        
            $ twerp -L
        
                 List all of your SMS messages (Be careful if you have zillions!)
        
        
            $ twerp -S nnnnnnnnnnnn
        
                 Show details of SMS message by SID
        
        
        
        TODO
        ----
        
        See http://blog.cakebread.info/
        
        
        
        .. Twerp News
        
        News
        ====
        
        0.0.1
        -----
        
        *Release date: 1/5/2012
        
        * Initial release
        
        
        
        
Keywords: twilio sms telephony
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: Telephony
Classifier: Topic :: Communications :: Internet Phone
Classifier: Topic :: Communications :: Conferencing
