Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
55 views

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/...
1 vote
0 answers
129 views

For a research project I need the number of tweets for a keyword for certain days in 2014,2015, and so on. I use the search_tweets function in the rtweet package in RStudio. Here is my code. token <...
Schwa97's user avatar
  • 21
1 vote
1 answer
225 views

Can somebody please help me on this.I copied and pasted the code word to word from a YouTube video https://www.youtube.com/watch?v=jtIMnmbnOFo&t=1s and yet there is still an Attribute Error ...
1 vote
0 answers
288 views

I have a 'deleted_tweets.js' file from my Twitter archive, but I'm having difficulty locating specific tweets within the file. The tweets are encoded in JavaScript, and I'm struggling to parse through ...
0 votes
1 answer
1k views

I am trying to use snscrape to extract latest tweets from X, however this code is not working for me. AttributeError: 'FileFinder' object has no attribute 'find_module' import snscrape.modules.twitter ...
0 votes
0 answers
48 views

I have the necessary imports and Twitter API credentials auth = tweepy.OAuthHandler(API_KEY, API_KEY_SECRET) auth.set_access_token(Access_token, Access_token_secret) api = tweepy.API(auth) #Define ...
-1 votes
1 answer
116 views

i have a bot to create tweets, and i would like to run it every 30 minutes. so far i run it just for testing via Terminal like this: PS C:\Users\XXX> python "C:\Users\xxx\module1.py" ...
1 vote
0 answers
165 views

Forbidden: 403 Forbidden 453 - You currently have access to a subset of Twitter API v2 endpoints and limited v1.1 endpoints (e.g. media post, oauth) only. If you need access to this endpoint, you may ...
0 votes
0 answers
204 views

I have a Node.js code which is working at present to post a Tweet, but I need it to post a random one from a list. I see there are a lot of examples of this from the previous API V1 of Twitter but it ...
0 votes
1 answer
289 views

I'm creating my first twitter bot and have been successful in creating the tweet. Now I'm trying to get the tweet's id to add to an xml file. I'm able to get an uploaded video's id but having issues ...
1 vote
1 answer
36 views

I'm new here I am trying to do an analysis of tweets using Apache hive. I am able to retrieve tweets in csv.file Then I simply create a table Create external table if not exists tweets3 ( id bigint, ...
0 votes
0 answers
21 views

from nltk.tokenize import RegexpTokenizer tokenizer = RegexpTokenizer(r'w+') dataset['text'] = dataset['text'].apply(tokenizer.tokenize) dataset['text'].head() GETTING THIS ERROR: enter image ...
3 votes
1 answer
575 views

I'm trying to query the Twitter API v2 with free research access via tweepy in Python and it throws me this error: "When authenticating requests to the Twitter API v2 endpoints, you must use keys ...
Rai's user avatar
  • 63
0 votes
1 answer
53 views

I have my Twitter developer researcher account, after creating apps in my account I am unable to scrap tweets older than 7 days using Twitter APIs
0 votes
1 answer
477 views

I am trying to setup the default authentication mechanism of the "rtweet" package. But i got this error: "Error in httr::init_oauth1.0(endpoint, app, permission = permission, ...

15 30 50 per page
1
2 3 4 5
...
46

AltStyle によって変換されたページ (->オリジナル) /