From: Guillaume Pellerin Date: Thu, 16 Dec 2010 00:48:23 +0000 (+0000) Subject: fix twitter install X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=605a3c7eec146e3497e1d31182fb56a72566ee52;p=deefuzzer.git fix twitter install --- diff --git a/INSTALL b/INSTALL index a366419..a224742 100644 --- a/INSTALL +++ b/INSTALL @@ -41,7 +41,19 @@ Twitter (optional) ===================== To get track twitting, please install python-twitter, python-oauth2 and all their dependencies. -As Twitter now requires oauth key system since 07/2010, you need to get your own access token key pair. + +Install python-oauth2:: + + sudo easy_install oauth2 + +Get and install python-twitter (>= 0.9dev):: + + sudo aptitude install mercurial + hg clone https://python-twitter.googlecode.com/hg/ python-twitter + cd python-twitter + sudo python setup.py install + +As Twitter access requires oauth keys since 07/2010, you need to get your own access token key pair. Please run the dedicated script to do this:: python tools/get_access_token.py