Twitter-API-v2-sample-code
Twitter-API-v2-sample-code copied to clipboard
Sample code for the Twitter API v2 endpoints
### Description: I am facing an authentication issue with the Twitter bot using the code from the repository https://github.com/vedicscriptures/twitter_bot/blob/main/main.py. Previously, it used to work without any problems, but now I...
url4 = f"https://api.twitter.com/2/users/by/username/{self.UserByScreenName}?&expansions=pinned_tweet_id&tweet.fields=created_at" i use this url,but didn't return the tweet text  but your document case return
**Describe the bug** get_tweets_with_bearer_token.r with specified start and end day does not allow to collect multiple pages as next_token is ignored in the code. **To Reproduce** specify start_time **Expected behavior**...
As my company uses a lot all requests I would like to add some JS examples to this folder
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you...
**Describe the bug** I'm seeing truncated tweet texts, even though I've explicitly filtered out `retweets` in my query. **To Reproduce** ```python import requests import os import json # To set...
**Describe the bug** This error shows when using a new created dev account with either the default project and app or new project and app with the free plan.
This is a just typo fix as the title says.
Module-scope variable "search_url" is used in place of function arg "url" in connect_to_endpoint function (five occurrences). An additional occurence was fixed by PR #38
I fixed the typo in the original code because it was causing an error.