File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 566566 " \n " ,
567567 " def download_user_tweets():\n " ,
568568 " # set twitter credentials \n " ,
569- " api_key = '850YrbsNWucByH06cbS6Ao6xy '\n " ,
570- " api_key_secret = 'lYmg13QM5MzjaN0xs0IxR12B1FvLDCLc2rnQ2cXfgScETEWWp5 '\n " ,
571- " access_token = '1580202146255220736-Nca2hdTr9quLSwjh3QIOZSEjyQ8p9a '\n " ,
572- " access_token_secret = 'ivF4kpe9VZSy1Os68iF3mJm3TvXjHpHB2o8dYcIc1MTM9 '\n " ,
569+ " api_key = 'Replace you Twitter API key '\n " ,
570+ " api_key_secret = 'Replace you Twitter API key secret '\n " ,
571+ " access_token = 'Replace you Twitter access token '\n " ,
572+ " access_token_secret = 'Replace you Twitter access token secret '\n " ,
573573 " \n " ,
574574 " # Access Twitter Data (login to twitter via api) \n " ,
575575 " auth = tweepy.OAuthHandler(api_key, api_key_secret)\n " ,
683683 },
684684 "nbformat" : 4 ,
685685 "nbformat_minor" : 0
686- }
686+ }
You can’t perform that action at this time.
0 commit comments