Dump_tweets.R: how to collect interesting tweets
2013-07-06
Do you need a simple R script for incremental downloading all tweets related an hashtag (or any words) and saving them to a database? If yes, look at dump_tweets.R project: feel free to clone my repository and push any fixes or new features Usage:
./dump_tweets.R –db /var/www/dump_tweets.R –add mysearches.csv
./dump_tweets.R –db /var/www/dump_tweets.R –show
./dump_tweets.R –db /var/www/dump_tweets.R
./dump_tweets.R –db /var/www/dump_tweets.R –remove opensource
Enjoy