Apart from allowing the twitter app access, I didn't do anything to
adjust the settings other than editing the ~/.Renviron file which set up
the environment variable/s.
It appears to me that they are appropriate since they work if I use R
from the bash prompt or Rstudio. The problem is apparan
Hi again,
ok, I see. How about repeating the steps described in the tutorial on
your second computer instead of cloning the settings from the computer
#1? There might be some other settings not correctly copied.
HTH,
Kimmo
ke, 2020-04-08 kello 19:02 +1200, Patrick Connolly kirjoitti:
> Hello Kim
Hello Kimmo,
Yes. I did that and it worked fine -- as far as it goes. But it
didn't cover what to do when using the same twitter account on a
computer with a different user name -- which is what my question was
about.
On Wed, 08-Apr-2020 at 08:55AM +0300, K. Elo wrote:
|> Hi!
|>
|> Have you
Hi!
Have you already read this:
https://cran.r-project.org/web/packages/rtweet/vignettes/auth.html
I think they explain rather well how to use Twitter tokens with
rtweet...
HTH,
Kimmo
ke, 2020-04-08 kello 17:19 +1200, Patrick Connolly kirjoitti:
> I'm using the rtweet package which makes use o
I'm using the rtweet package which makes use of the Twitter API which
requires a token alluded to by an environment variable.
That environment variable is automatically set up from the Twitter web
site and takes the name TWITTER_ (where is the
name of the user in block letters). That worked fine
I have tried this. Same error.
Att;
De: Jeff Newmiller
Enviado: ter�a-feira, 18 de abril de 2017 19:23
Para: r-help@r-project.org; Raquel D.; r-help@r-project.org
Assunto: Re: [R] Twitter Analytics Using streamR - subscript out of bounds
I am no expert, but I
I am no expert, but I think any attempt to save your OAuth data is doomed to
fail. Solution is don't do it.
--
Sent from my phone. Please excuse my brevity.
On April 18, 2017 11:38:10 AM PDT, "Raquel D."
wrote:
>can someone help me? How fix this error?
>
>My code:
>
>library("ROAuth")
>librar
can someone help me? How fix this error?
My code:
library("ROAuth")
library("streamR")
library("rjson")
library("twitteR")
apiKey <- "xxx"
apiSecret <- "xxx"
accessToken <- "xxx"
accessSecret <- "xxx"
requestURL <- "https://api.twitter.com/oauth/request_token";
accessURL <- "https://api.twitter.
Hi Juho!
01.06.2016, 14:40, Juho Kiuru wrote:
Hi all, I am new to R and TwitteR and would love to get some advice from
you.
I managed to get list of tweets containing word 'innovation' tweeted in
Helsinki with following script:
searchTwitter('innovation', n=1, geocode='60.1920,24.9458,30mi
Hi all, I am new to R and TwitteR and would love to get some advice from
you.
I managed to get list of tweets containing word 'innovation' tweeted in
Helsinki with following script:
searchTwitter('innovation', n=1, geocode='60.1920,24.9458,30mi',
since="2016-01-01", until="2016-05-31")
Howev
See here:
http://www.r-bloggers.com/search/twitter
On Apr 16, 2016, at 2:58 PM, Ragia . wrote:
>
> Dear group,
> I want to download text of weets and other data such as user id or so for a
> specific hashtag on twitter, how to do this..any reference suggestions that
> could help me to down
Dear group,
I want to download text of weets and other data such as user id or so for a
specific hashtag on twitter, how to do this..any reference suggestions that
could help me to download almost it all without limits in number of dlwonloaded
tweets.
thanks in advance
RaGiA
I am trying to replicate the twitter and word cloud example found here
https://sites.google.com/site/miningtwitter/questions/talking-about/wordclouds/wordcloud1
When implemented verbatim, I replicate results and all works fine. But, when I
make a slight modification to the code it fails in creat
Hello,
i need help, I'm trying to get oauth authorization to get rcredentials
.RData
the code that i use is:
>library(twitteR)
>library(tm)
>library(wordcloud)
>library(RColorBrewer)
>library(RCurl)
>library(ROAuth)
>options(RCurlOptions = list(cainfo = system.file("CurlSSL", "cacert.pem",
pac
Hi all,
I am a beginner in R attempting to use TwitteR package to query lists of
Twitter followers for several users. I successfully have set "nx" as an object
assigned with the screenName I want to query but when I use the method
"nx$getFollowerIDs(n=NULL)" it returns a list of users from my o
Is there a way to limit the tweets by date so that I can do multiple calls
to get the required number of tweets? For example, something in the lines
of:
police<-userTimeline('@**nswpolice',n=1000,since="01/12/2012",
to="01/01/2013") #first call
police<-userTimeline('@**nswpolice',n=1000,since="01
this is my session information.
I don't know how to edit my post
so I reply it here
> sessionInfo()
R version 2.15.0 (2012-03-30)
Platform: x86_64-pc-mingw32/x64 (64-bit)
locale:
[1] LC_COLLATE=English_Singapore.1252 LC_CTYPE=English_Singapore.1252
LC_MONETARY=English_Singapore.1252
[4]
I am new to the packge twitteR
when using this package I came across several problems, can anybody help me
on those problems?
Many Thanks
rm(list=ls())
library(bitops)
library(RCurl)
library(rjson)
library(twitteR)
library(digest)
library(ROAuth)
requestURL <- "https://api.twitter.com/oa
> > That worked but how do you get the location of one particular tweet.
> >
> You are teetering on the edge of potential stalking here,
> since locating a specific tweet implies locating a specific
> individual. In some countries that can be a problem.
Location is currently disabled by defaul
On Wed, 15 Aug 2012 14:52:44 +1000
Sachinthaka Abeywardana wrote:
> That worked but how do you get the location of one particular tweet.
> So from that list of 10, say the first tweet, is there a way to say
> at exactly what location it was tweeted?
>
You are teetering on the edge of potential s
There is something wrong in your geo code. What was the source.
Although some trial and error suggests that we should use lat and lang till 4
decimal only. Don't know why.
I have changed the geo-code somewhat and it works.
Changed Code :
searchTwitter('sydney', n=10,geocode='-33.8389,151.2101,1
Very true, it does bring null list.
However while giving some other inputs like since, until, lang as Null you will
get desired result.
Bhupendrasinh Thakre
On Aug 14, 2012, at 7:04 PM, Sachinthaka Abeywardana
wrote:
> a<-searchTwitter("sydney", n=100, geocode='-33.871841,151.206709, 10
Please read the FAQ file for twitteR.
It mentions how to get both and as well as radius.
Best Regards,
Bhupendrasinh Thakre
Sent from my iPhone
On Aug 14, 2012, at 6:06 PM, Sachinthaka Abeywardana
wrote:
> Hi all,
>
> Is it possible to get the latitude and longitude of the location of a
>
Have look at :
http://stackoverflow.com/questions/11674842/how-to-extract-tweet-geocode-in-twitter-package-in-r/11678037#11678037
HTH,
--
Jean-Pierre Müller
SSP / Anthropole 4123 / UNIL / CH - 1015 Lausanne
Voice:+41 21 692 3116 / Fax:+41 21 692 3115
Please avoid sending me Word or PowerPoint
Did you mean the Vignette for twitteR? there is no FAQ section that I can
see and I could not get the following to work either:
a<-searchTwitter("sydney", n=100, geocode='-33.871841,151.206709, 1mi')
returns with a null list. Is there some sort of registration I need to
do for this to work?
That worked but how do you get the location of one particular tweet. So
from that list of 10, say the first tweet, is there a way to say at exactly
what location it was tweeted?
Thanks,
Sachin
On Wed, Aug 15, 2012 at 2:36 PM, Bhupendrasinh Thakre wrote:
> There is something wrong in your geo co
what am I doing wrong here? Increased the radius to 10,000 miles and the
dates are for the last two years. Surely this should get some tweets?
a<-searchTwitter("sydney", n=100, geocode='-33.871841,151.206709,
1mi', since="2010-01-01", until="2012-08-01")
Thanks,
Sachin
On Wed, Aug 15, 201
Hi all,
Is it possible to get the latitude and longitude of the location of a
tweet? If I do
tweets<- searchTwitter("#obama", n=200) #get tweets
df <- twListToDF(tweets) #converts to data frame
for ease of viewing
it does not seem to be getting the location of where tha
Question:
twitteR's searchTwitter() function contains a 'geocode' argument that
returns tweets from users whose location falls within a given radius.
I'm not completely familiar with the API from which twitteR pulls, but no
mechanism exists to extract location coordinates from the tweets themse
Cc: r-help@r-project.org
Subject: Re: [R] twitter useRs?
Hi José,
> I wonder if there are any useRs sharing day-to-day realizations/tricks
> on twitter...
> Seems like a good place for those things that are good findings, but
> one is too lazy to blog about them...
I don't tw
Hi José,
I wonder if there are any useRs sharing day-to-day realizations/tricks
on twitter...
Seems like a good place for those things that are good findings, but
one is too lazy to blog about them...
I don't twitter, but I wrote an R package
to read and write tweets from the R command
line fo
I wonder if there are any useRs sharing day-to-day realizations/tricks
on twitter...
Seems like a good place for those things that are good findings, but
one is too lazy to blog about them...
--
Jose Quesada, PhD.
Max Planck Institute, Human Development, Berlin
http://www.josequesada.name/
_
32 matches
Mail list logo