sarikayamehmet / GetOldTweets-R

A project written in R to get old tweets, it bypass some limitations of Twitter Official API.
MIT License
18 stars 3 forks source link

Not all tweets gathered #3

Open AnsFli opened 4 years ago

AnsFli commented 4 years ago

I tried searching for Tweets by one user by using the 'searchTerm <- "@TwittterName"'; apart from receiving a lot of tweets, that simply replied to @TwitterName which I sorted out afterwards, I noticed that not all tweets of @TwitterName were returned. I checked for the return limits but was still way below the 1000. Any ideas? Or any other way, to search for tweets of one user precisely (not having to sort them out after the search)?

sarikayamehmet commented 4 years ago

For user search use that

searchTerm <- "(from%3ArealDonaldTrump)" # for user search