Questions tagged [tweetr]

4 questions
0
votes
0 answers

How do I use filtered_stream with rtweets package?

I am using the latest rtweet package, and I’m getting stuck on the use of the filtered_stream function. I have been able to use other functions in the rtweet package just fine (search_tweet, get_timeline) but I’m missing something with…
0
votes
1 answer

From a list of companies, stream tweets into df's?

From a txt document I will have a list of companies, say Telstra, Optus and Samsung. After importing this list into R, I need a loop that will do the equivalent of the code below. The list could be any number of companies so my main issue here is…
jay
  • 47
  • 3
0
votes
1 answer

Case sensitivity of search terms in TweetR package

I want to know if the search terms in tweetR package to collect tweets through API are case sensitive? For example search term "Grand Old Party" and "grand old party" would yield entirely similar results, entirely different results ( means case…
0
votes
1 answer

Scrape Twitter data with R

I'm trying to find an easy way to scrape Tweeter data using a hashtag. For example, I would like to be able to scrape all tweets that contain #testhash. I've seen a couple of posts, especially one…