This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# acessar https://apps.twitter.com para criar uma nova aplicação | |
# cada aplicação tem suas próprias chaves | |
import tweepy | |
import re | |
# acessar a aba "Keys and Access Tokens" | |
# passa o Consumer Key e o Consumer Secret | |
auth = tweepy.OAuthHandler('46pvnSwIVylfWepbPsP4433wL', 'xWDPHaUkk0ub93qj1DaYgJcO8QtkPUhNFIE7uBAvzbSVLLpLzR') |