Metadata-Version: 1.1
Name: cltwit
Version: 0.5
Summary: 'Command line Twitter utility'
Home-page: http://forge.projet-libre.org/projects/cltwit/wiki
Author: Jérôme Launay
Author-email: jerome@projet-libre.org
License: WTFPL
Description: Cltwit
        ------
        
        **Cltwit is a twitter command line utility**
        
        Features
        --------
        
        -  Create a sqlite database of your tweets
        -  Search into your tweets
        -  Export all your tweets as a csv file.
        -  Follow the followers you are not following back yet.
        -  Unfollow someone you follow and doesn't follow you back.
        -  Send a tweet from command line
        -  Multi-language (English - French )
        
        Installation
        ------------
        
        from sources
        
        -  git clone git://projet-libre.org/cltwit.git
        -  cd cltwit
        -  sudo python2 setup.py install
        
        or
        
        -  sudo easy\_install-2.7 cltwit
        
        or from AUR for archlinux users
        
        -  yaourt -S cltwit
        
        Licence
        -------
        
        WTFPL 'Do What The Fuck you want to Public License'
        
        -  English :
        
           
        
                  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                          Version 2, December 2004
        
        Copyright (C) 2013 jlaunay
        
                   DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
        
        TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
        
        0. You just DO WHAT THE FUCK YOU WANT TO.
        
        -  French :
        
           
        
                       LICENCE PUBLIQUE RIEN À BRANLER
                            Version 1, Mars 2009
        
        Copyright (C) 2013 jlaunay
        
                CONDITIONS DE COPIE, DISTRIBUTON ET MODIFICATION
                      DE LA LICENCE PUBLIQUE RIEN À BRANLER
        
        0. Faites ce que vous voulez, j’en ai RIEN À BRANLER.
        
Keywords: 'twitter command-line follow unfollo export tweet'
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
