Metadata-Version: 1.0
Name: wayterm
Version: 0.0.12
Summary: Weibo client for terminal
Home-page: http://wayterm.nerocrux.org/
Author: peichao.yu
Author-email: nerocrux@gmail.com
License: (The MIT License)

Copyright (c) 2013 peichao.yu 

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Description: = wayterm
        
        * http://github.com/nerocrux/wayterm
        
        == DESCRIPTION:
        
        Sina Weibo client for terminal
        
        == INSTALL & RUN:
        
         pip install wayterm
         cd /your/path/to/wayterm
         ./wayterm
        
        == FEATURES/PROBLEMS:
        
         Notice: Not working with python 3000, sorry.
        
        == SYNOPSIS:
        
        * basic
        
         wayterm > help
         wayterm > exit
        
        * get updates on my timeline
        
         wayterm > l
         wayterm > list
         wayterm > l\30       # get latest 30 updates
        
        * get profile
        
         wayterm > p
         wayterm > profile    # get my profile
         wayterm > p\_KaiYun  # get _KaiYun's profile
        
        * post tweet
        
         wayterm > t\write something
         wayterm > tweet\中文也OK
         wayterm > t\Uplpoad image with a url\http://octodex.github.com/images/foundingfather_v2.png
        
        * get comments
        
         wayterm > c
         wayterm > comment            # get latest 20 comments sent to me
         wayterm > c\3566288775194487 # get comments for a certain weibo using it's id. weibo id will be displayed when using list command
        
        * post comment
        
         wayterm > wc\3566288775194487\foobar
         wayterm > wcomment\3566288775194487\foobar   # post foobar to a certain weibo
        
        * repost
         wayterm > r\3566407071718733\foobar    # repost a weibo and add comment 'foobar'
         wayterm > r\3566407071718733           # repost a weibo without add comment
        
        * delete tweet
        
         wayterm > d\3566288775194487
         wayterm > delete\3566288775194487     # delete a certain weibo
        
        =============
        If run wayterm for the first time, you'll be ask to do some setups and authorizations.
        
         [1] Open this url in your browser: http://api.weibo.com/xxxx
         [2] Enter authorization code: 
        
        You know what to do.
        
        
Platform: UNKNOWN
