posat horari d'estiu, i versió web opcional

This commit is contained in:
idoctnef
2016-04-13 14:52:02 +02:00
parent 08c558f0d4
commit 2015a2b15e

View File

@@ -31,7 +31,8 @@ public_tweets = api.home_timeline(count=90)
for tweet in reversed(public_tweets):
print("::::::::::::::::")
hora= tweet.created_at.strftime('%H')
hora= int(hora) + 1
#horari d'estiu
hora= int(hora) + 2
emisor= tweet.user.name + " - @" + tweet.user.screen_name
print(emisor + " -" + str(hora) + ":" + tweet.created_at.strftime('%M:%S'))
#continguttuit=tweet.text.encode('latin-1', 'ignore').decode('utf-8', 'ignore')
@@ -53,5 +54,6 @@ tree.write("dadestw.xml")
print(" ")
import webbrowser
webbrowser.open_new('index.html')
#OPCIÓ QUE OBRE AUTOMÀTICAMENT UNA FINESTRA DEL NAVEGADOR PER VISUALITZAR ELS TWEETS
#import webbrowser
#webbrowser.open_new('index.html')