Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update twitterapiaccount.ipynb #9

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}
Loading