twitteR
twitteR copied to clipboard
R based twitter client
Hello, I am a complete noob on anything that has to do with R Studio... I tried mirroring some YouTube videos to therefore allow me gather Twitter data for a...
i have collected some tweets around a few #hashtags through streaming API and would like to separate the file based on #hashtags. I am wondering if anyone has code for...
Hello Guys, When I try to establish establish a connection to the Twitter API, I get an error: > setup_twitter_oauth(API_key, API_secret, access_token, access_secret) [1] "Using direct authentication" Error in check_twitter_oauth()...
install_github("geoffjentry/twitteR") When I use the above command, I get following warning - Downloading GitHub repo geoffjentry/twitteR@master from URL https://api.github.com/repos/geoffjentry/twitteR/zipball/master Installing twitteR trying URL 'https://cran.cnr.berkeley.edu/src/contrib/rjson_0.2.15.tar.gz' Content type 'application/x-gzip' length 98905 bytes...
hey, I erased the size limit for dmSend() which is deprecated. That function is still absent from rtweet I think, therefore my use of this repo :)
I have implemented a twitter application on my website based on OAuth. But I got the error : Whoa there! There is no request token for this page. That’s the...
So, I'm trying to use Twitter's API but all I get is "Error: could not find function "setup_twitter_oauth" Here's what I'm running in RStudio: ``` library(twitteR) library(wordcloud) library(tm) library(plyr) consumer_key
I've written the following code: `setup_twitter_oauth(consumer_key, consumer_secret)` After this line, the following appears `[1] "Using browser based authentication"` Nothing happens after this so I don't know whether the authentication has...
Hi, I'm trying to get the friends for some users but encountered a weird problem: Basically it looks like the RetryOnRateLimit number is automatically reset after 15 or 16 trials,...
Hi! I have this issue. Whenever I download tweets statistics using lookupStatuses or making a loop for showStatus, favorite_count always seems to be 0, even though the tweet has been...