File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 566
566
" \n " ,
567
567
" def download_user_tweets():\n " ,
568
568
" # 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 " ,
573
573
" \n " ,
574
574
" # Access Twitter Data (login to twitter via api) \n " ,
575
575
" auth = tweepy.OAuthHandler(api_key, api_key_secret)\n " ,
683
683
},
684
684
"nbformat" : 4 ,
685
685
"nbformat_minor" : 0
686
- }
686
+ }
You can’t perform that action at this time.
0 commit comments