Skip to content

Commit

Permalink
Finalizado
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-marlon authored Feb 7, 2019
1 parent f373431 commit 0eb0bfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions TweepyAlcaldia/EstadisticaTweepy.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
(I) Carlos Fernando Galan (Nuevo Liberalismo)
"""

CONSUMER_KEY = "tfVRWSzsGJ97Eb9BLuBgBET0Q"
CONSUMER_SECRET = "4wNmc1RK3ZuTaRBQEzmI2faMfU8MJyxotRgOdcPkcARLvFt34V"
ACCESS_TOKEN = "915759661541969921-nXgrf1RZimQhmA54wYYTR6bOe4XvI99"
ACCESS_TOKEN_SECRET = "0ZbUGdMb8XWeMJEb5G69a4Mbe6V0XiUA2LmEP70bNPJY1"
CONSUMER_KEY = ""
CONSUMER_SECRET = ""
ACCESS_TOKEN = ""
ACCESS_TOKEN_SECRET = ""

auth = tweepy.OAuthHandler(CONSUMER_KEY, CONSUMER_SECRET)
auth.set_access_token(ACCESS_TOKEN, ACCESS_TOKEN_SECRET)
Expand Down Expand Up @@ -109,4 +109,4 @@ def tend_central_y_disp_tweets(candidato, longitud, likes, rt, histTweets):

tend_central_y_disp_tweets("hollmanmorris", datos_A['Longitud'], datos_A['Likes'], datos_A['ReTweets'], datos_A)
tend_central_y_disp_tweets("navarrowolff", datos_E['Longitud'], datos_E['Likes'], datos_E['ReTweets'], datos_E)
tend_central_y_disp_tweets("claudialopez", datos_F['Longitud'], datos_F['Likes'], datos_F['ReTweets'], datos_F)
tend_central_y_disp_tweets("claudialopez", datos_F['Longitud'], datos_F['Likes'], datos_F['ReTweets'], datos_F)

0 comments on commit 0eb0bfd

Please sign in to comment.