Questions tagged [twitter-api-v1]

35 questions
0
votes
1 answer

NodeJS Twitter API get liked tweets count

I'm trying to get the number of tweets a user has ever liked in NodeJs using twitter-api-v2, but I can't seem to find the solution. I tried to use the "public_metrics" property but it looks like it only contains the following properties: followers…
Redy
  • 56
  • 1
  • 8
-1
votes
0 answers

Twitter API to read user DMs with consent

Do we have to have a paid developer account to read users' twitter DMs through their official API? I signed up for the free account and I wrote a simple Tweepy script which throws the following error. I am working on a hobby project to read twitter…
-1
votes
1 answer

Getting a "hole" in Twitter data -- am I doing sth wrong?

I’m looking at -and trying to retrieve- data for a specific search query on the full archive (premium) search API (V1) but I’m getting a weird "hole" of about 9 days of data from 7 to 16 January. Results for the rest of January up until now are…
qqg
  • 55
  • 7
-2
votes
1 answer

Python Twitter API program returns error code 403. Free Account

my name is John and I'm beginner with collecting data from Twitter. Currently, I'm working on an assignment about to collect tweet about anti vaccine movements. NOTE: I'm using the snscrape package. My code is as follows: pip install…
-4
votes
0 answers

How can I get public data from Twitter for free?

For educational purposes, I am trying to create a sentiment analysis which will analyze sentiments of Twitter users based on their behaviour (comments or replies) on the posts. It will also analyze the post sentiments based on the users replies and…
1 2
3