Skip to content

Commit

Permalink
Merge pull request #9 from SUBHADIPMAITI-DEV/SUBHADIPMAITI-DEV-patch-5
Browse files Browse the repository at this point in the history
Update twitterapiaccount.ipynb
  • Loading branch information
SUBHADIPMAITI-DEV authored Jul 17, 2024
2 parents 87f57bc + 1a46e21 commit b11e46a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions twitterapiaccount.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,10 @@
"\n",
"def download_user_tweets():\n",
" # set twitter credentials \n",
" api_key = '850YrbsNWucByH06cbS6Ao6xy'\n",
" api_key_secret = 'lYmg13QM5MzjaN0xs0IxR12B1FvLDCLc2rnQ2cXfgScETEWWp5'\n",
" access_token = '1580202146255220736-Nca2hdTr9quLSwjh3QIOZSEjyQ8p9a'\n",
" access_token_secret = 'ivF4kpe9VZSy1Os68iF3mJm3TvXjHpHB2o8dYcIc1MTM9'\n",
" api_key = 'Replace you Twitter API key'\n",
" api_key_secret = 'Replace you Twitter API key secret'\n",
" access_token = 'Replace you Twitter access token'\n",
" access_token_secret = 'Replace you Twitter access token secret'\n",
" \n",
" # Access Twitter Data (login to twitter via api) \n",
" auth = tweepy.OAuthHandler(api_key, api_key_secret)\n",
Expand Down Expand Up @@ -683,4 +683,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit b11e46a

Please sign in to comment.