Skip to content

Commit b11e46a

Browse files
Merge pull request #9 from SUBHADIPMAITI-DEV/SUBHADIPMAITI-DEV-patch-5
Update twitterapiaccount.ipynb
2 parents 87f57bc + 1a46e21 commit b11e46a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

twitterapiaccount.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -566,10 +566,10 @@
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",
@@ -683,4 +683,4 @@
683683
},
684684
"nbformat": 4,
685685
"nbformat_minor": 0
686-
}
686+
}

0 commit comments

Comments
 (0)