323 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Tooling
0
votes
0
replies
84
views
How can I collect tweets from multiple accounts (2020–2025) for research purposes?
I’m conducting a registered study on the accuracy of political pundits’ predictions, using their posts on X (Twitter) as data. The project is registered on OSF: https://osf.io/s9c3x.
I need to collect ...
0
votes
0
answers
55
views
Get Tweet Thread Context with twitterapi
I'd like to get the entire tweet thread story.
Like this one, for example:
https://x.com/sterlingco_3/status/1808511113124048946
There are 10 tweets.
I'm using https://api.twitterapi.io/twitter/tweet/...
0
votes
0
answers
29
views
Python twitter bot not working, how do I make it use the free access? [duplicate]
Im building a twitter bot and the API isnt working. It seems I have the free version of it and i am getting errors such as
453 - You currently have access to a subset of Twitter API v2 endpoints and ...
0
votes
0
answers
62
views
Tweepy : Twitter error response: status code = 403 : Troubleshooting Tweet Ingestion in Azure Solution Notebook (Spark)
I'm encountering a 403 error when ingesting tweets using Tweepy v3.10.0 and Twitter API. The Search API works fine in Postman, indicating an authentication issue within the notebook ...
0
votes
1
answer
168
views
Integrating a Scrapfly Scraper into an Azure Synapse Analytics Project
I am currently working on a project called "Azure-Social-Media-Analytics-Solution-Accelerator". This project utilizes data from two main sources: news sites and Twitter. The data is collected and ...
-3
votes
1
answer
853
views
get list of followers for my X account using tweepy
I am using X API v2 (basic access) with Tweepy and want to get the list of my account followers.
Any idea how to achieve this please?
I know that client.get_users_followers(id) is no more available ...
0
votes
1
answer
287
views
Twitter API media upload fails with FileNotFoundError
What I want to do
I'm currently coding a Twitter bot which just creates a tweet with a couple of media with the Python wrapper "Twikit".
This is the Python code "betsuaka_test.py" ...
-4
votes
2
answers
1k
views
Twitter API v2 and v1.1
so i want to use tweepy in order to post some tweets ( photos, and videos basically) and i am just using the free versin of the twitter developer account.
I know there are some limitaion, and by ...
1
vote
1
answer
373
views
tweepy (tweepy.errors.Unauthorized: 401 Unauthorized)
I want to retrieve tweets using Twitter API of basic developer account. I do not have too much knowledge of using API for scraping. I already set my Authentication Token's permission to Read and Write ...
0
votes
1
answer
596
views
Twitter API Basic or Free Plan for Scraping Tweets from Twitter?
I'm a college student I am currently doing research in NLP, which I need to scrape tweets from Twitter. Does anybody who are experienced with Twitter API, may I know that must I subscribe Basic plan ...
0
votes
0
answers
865
views
Do the users lookup in twitter API v2 free version using endpoints GET /2/users/me
I write the following code to try the free version of Twitter API v2
import requests
import os
# Retrieves the bearer token from the environment variables
bearer_token = os.environ.get("...
0
votes
1
answer
122
views
TweepyException: Failed to parse JSON payload: Expecting value: line 1 column 1 (char 0)
I am using twitter v1 api for searching the tweet , last day python script working fine but today it gives the error
TweetException Failed to parse the Payload
Any suggestion?
consumer_key = "*&...
0
votes
0
answers
72
views
How to retrive 100 tweets from a time period on twitter v2 using python utilising next_token
I am trying to retrieve a total of 5000 tweets using the basic access API. I have been getting less than the 100 tweets asked for using the duplicate check in my code. I want to use the next_token ...
1
vote
1
answer
6k
views
Twitter APIs Error Python: You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only
So, I wrote a code for a Twitter Bot that tweets "YES" on every thursday. However, when i run the code i get the following error:
403 Forbidden
453 - You currently have access to a subset ...
1
vote
0
answers
58
views
Unable to Auth Twitter V2 to access Followers data. I have basic Subscription
Unable to Authenticate using Tweepy for Twitter V2
Unable to get follower data. IF any one used Twitter V2 Basic Version for getting followers details.
Tried with from pytwitter import Api also even ...