Skip to content

Commit

Permalink
scripts: portavoce.py: aggiunto nota Tweepy
Browse files Browse the repository at this point in the history
E' necessario usare la versione del modulo su GitHub per via del passaggio di versione delle API di Twitter
  • Loading branch information
Gelma committed Jun 29, 2013
1 parent 6e5315f commit 0c3d864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/portavoce.py
Expand Up @@ -32,7 +32,7 @@
try:
import tweepy # http://talkfast.org/2010/05/31/twitter-from-the-command-line-in-python-using-oauth
except:
sys.exit("Manca il modulo Tweepy: easy_install tweepy")
sys.exit("Manca il modulo Tweepy: easy_install tweepy non funziona per via dell'aggiornamento delle API di Twitter. Installalo da GitHub: https://github.com/tweepy/tweepy")

if True: # leggo configurazione
configdiesempio="""
Expand Down

0 comments on commit 0c3d864

Please sign in to comment.