Cltwit¶
Cltwit is a twitter command line utility
Features¶
- Create a sqlite database of your tweets
- Build a pdf report showing your tweet frequency
- 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
- From pypi http://pypi.python.org/pypi/cltwit/0.6
- sudo easy_install-2.7 cltwit
- From AUR for archlinux users
- yaourt -S cltwit
- From tarball
- download cltwit-0.6.tar.gz
- tar xzvf cltwit-0.6.tar.gz
- cd cltwit-0.6
- sudo python2 setup.py install
Using¶
Launching without any option or with --help (or -h) provides an overview of the available commands :
$cltwit Usage : cltwit [OPTIONS] Options : -f (--follow) * Follow people following you without you follow them back. -u (--unfollow) * Unfollow people who aren't followinf you back. -s (--search) PATTERN * Search for PATTERN in your tweets) -t (--tweet) * Send tweet (up to 140 characters). -o (--output) FILENAME.csv * Export all your tweets to csv file FILENAME.csv -a (--api) * Get Twitter api rate status. -r (--report) FILENAME.pdf * Build a pdf report of your tweet frequency by year and months. -d (--database) c|u c (create) * Create the database of your tweets (need to be run first) u (update) * update your database add the below line to your crontab to update automatically your database each hour * 1 * * * cltwit -d u
You first have to create a database of your tweets using the --database create (-d c) option.
License¶
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
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
CONDITIONS DE COPIE, DISTRIBUTON ET MODIFICATION
DE LA LICENCE PUBLIQUE RIEN À BRANLER
0. Faites ce que vous voulez, j’en ai RIEN À BRANLER.