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 (http://www.datablog.sytpp.net/2014/04/scraping-twitter-with-r-a-how-to/), but it seems the tweetR package is corrupt (doesn't install on my computer and makes R crash). Any idea would be great, but I am particularly familiar with R, so that would be even better.
In April 2015, the code in the blog post you mentioned no longer works for me (with twitteR v1.1.8).
And I don't know why you don't succeed with installing the twitteR package. Try to install the dependencies yourself, one-by-one. For each:
methods, bit64, rjson, DBI , httr , twitteR
run
Maybe that helps finding out about the problem.
Then I just tried this (quick and dirty solution. do not share your plaintext credentials with anyone):