search for: tweet

Displaying 20 results from an estimated 118 matches for "tweet".

Did you mean: sweet
2011 Jul 25
5
Arel quiz: complex queries with associations
...itself and more tables that join to another table, so there are some queries that require disambiguation of column names. I''m having trouble finding good docs that cover these kind of use case. Please feel free to point me to some if they exist. My sample app has a person, which has many tweets. Every person speaks a language and may tweet in their own language or a different language, so there''s a language table associated with both people and tweets. Also, people have followers and may be followed by other people (stored in the same table, of course). I posted the app on git...
2012 Aug 14
1
twitteR location?
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 that tweet was posted. >From what I read from the twitter API this is...
2012 Oct 25
2
Minería de texto
Cordial Saludo Actualmente estoy realizando una función para gráficar una nube de palabras el código que tengo es el siguiente: library(twitteR)library(tm)library(wordcloud)library(RXKCD)library(RColorBrewer) tweets=searchTwitter(''@afflorezr'', n=1500) generateCorpus= function(tweets,my.stopwords=c(),min.freq){ #Install the textmining library require(tm) require(wordcloud) tw.df=twListToDF(tweets) RemoveAtPeople <- function(x){gsub("@\\w+", "",x)} df<- as.vec...
2018 Apr 22
2
Problem reading RDS files
Hi there, I faced a weird problem doing a seemingly simple task in R. Specifically, when trying for reading an RDS file from the working directory, the following error is appeared. Code: records <- readRDS("tweets.rds") Error: Error in readRDS("tweets.rds") : error reading from connection In addition: Warning message: In readRDS("tweets.rds") : invalid or incomplete compressed data Thanks, Mohammad [[alternative HTML version deleted]]
2012 May 22
1
Problem with Extracting Hash Tagged Words from Tweets
Hello All, Can anyone help me solve this problem. Am trying to extract hash-tagged words from tweets downloaded from twitteR. I can extract hash-tagged words from single tweet using (stringr) str_extract_all(tweets, "#[a-z//A-Z//0-9]+")  but cannot with more than one tweet at a time except I manually remove all regular expressions and tweets numbers such as [[1]] and [1.] I want to au...
2012 May 08
1
Extracting Hash-tagged word from Tweets
Can someone help me with the code I can use to extract word preceded by hash tag in live tweets download from twitteR. An example of what I require is: [[9]] [1] "HollandUKTrade: #Dutch companies striking Olympic gold at London 2012 http://t.co/XsvvXAzT #london2012 #olympics #sport @hollandtrade @dutchembassyUK" (Tweet download) I want a code that will extract this: #Dutch compan...
2013 Jan 09
1
Not getting enough tweets in twitteR
Hi all, I am trying to download as many tweets as possible (say 1000). The documentation states that the limit is 3200. However when I run police<-userTimeline('@nswpolice',n=1000) it returns random amounts. When I ran it today I got 144, yesterday it was around 300. Any thoughts? Thanks, Sachin [[alternative HTML version delet...
2013 Jul 24
4
Error al utilizar twitteR
Buenas tardes a tod@s, Estoy incursionando en el analisis de tweets utilizando el paquete twitteR y siguiendo http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/ Desafortunadamente cuando ejecuto # cargar librerias library(twitteR) library(tm) library(wordcloud) # recolecta tweets de @camila_vallejo tweets = userTimeline("camila_vallejo"...
2011 Jul 23
0
Question about output from twitteR package
...d replyToSID is also always blank.) The Twitter messages themselves suggest that there are some replies in the sets that I'm obtaining, so I now in theory that these fields should not be blank for every message. Here is some code and output to make this clearer: library(twitteR) library(plyr) tweets = searchTwitter("#Rstats", n=200) tweets[[4]]$getText() [1] "RT @kdnuggets: Great post on using parallel processing with R and HHP $3M competition http://bit.ly/rcfztQ #rstats #hhp #datamining" tweets[[4]]$getScreenName() [1] "dichika" tweets[[4]]$getReplyToSN() c...
2010 Dec 17
0
Get same tweets but faked as random twitter users (test)
Hi, ''netrecorder'' is great to fake web request once and replay it for testing but it''s good only for static contents. I came across this scenario where I''ve to fake random requests. Get same tweets but faked as random twitter users Let''s say our twitter user is randomly generated. Then we ''RECORD_WEB'' our first request to get tweets of user ''12345''. Now, if i try using netrecorder in normal mode then the user_id(say ''abcd'') of b...
2018 Apr 22
0
Problem reading RDS files
...di <mri.moradi at gmail.com> wrote: >Hi there, > >I faced a weird problem doing a seemingly simple task in R. >Specifically, >when trying for reading an RDS file from the working directory, the >following error is appeared. > >Code: > >records <- readRDS("tweets.rds") > > >Error: > >Error in readRDS("tweets.rds") : error reading from connection >In addition: Warning message: >In readRDS("tweets.rds") : invalid or incomplete compressed data > > >Thanks, > >Mohammad > > [[alternative HTML ve...
2018 Apr 23
1
Problem reading RDS files
I've tried to re-experiment the tutorial presented at http://www.rdatamining.com/docs/twitter-analysis-with-r and specifically aimed to use rds files (tweet records) at http://www.rdatamining.com/data/. On Sun, Apr 22, 2018 at 9:16 PM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: > Wouldn't the obvious problem be that your data file is corrupted or was > never created using saveRDS in the first place? Can you show us a complet...
2013 Nov 22
1
Descargar tweets con package twitteR
Hola a tod@s! Estoy dando mis primeros pasos con R, y mi objetivo es conseguir descargar tweets de cuentas concretas de twitter. Encontre documentación sobre el package twitteR, y he intentado aplicarlo, pero siempre tengo problemas a la hora de conseguir la autentificación con OAuth. Este es el código que estoy utilizando: options( RCurlOptions = list(verbose = TRUE, proxy = "XX...
2013 Jul 24
2
Error al utilizar twitteR
...gerencia? Muchas gracias! Jorge.- 2013/7/25 Marcelino de la Cruz <marcelino.delacruz@upm.es> > Mira aquí: > > ?registerTwitterOAuth > > El 24/07/2013 20:57, Jorge I Velez escribió: > >> Buenas tardes a tod@s, >> >> Estoy incursionando en el analisis de tweets utilizando el paquete twitteR >> y siguiendo http://www.webmining.cl/2012/**07/text-mining-de-twitter-** >> usando-r/<http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/> >> >> >> Desafortunadamente cuando ejecuto >> >> # cargar libreria...
2010 Sep 06
2
Background Task: How to?
Hello everyone, my app is Twitter based, and all I have to do is get the tweets of a given user and retweet it in other twitter profile.. so when user1 tweets, user2 must automatically retweet. I think I must write some background job to make this work but I don''t know how? Any ideas? Any gem intended for things like this? Thanks! -- You received this message beca...
2009 Jan 27
1
Asterisk & Twitter - Release/Announce only 'channel' ?
Is there a digium twitter 'user' to follow that only tweets important announcements and release information? If there is not, I think there should be. It would be highly utilitarian to get an SMS when there is an update to Asterisk, Dahdi, ADA etc, but I don't want to be bothered real-time with asteriskpbx tweets like: "Anyone trying anything c...
2015 Mar 25
2
Error mapply haciendo text mining con twitteR
..., FUN, ...) : scheduled core 1 encountered error in user code, all values of the job will be affected o In mclapply(content(x), FUN, ...) : scheduled cores 2 encountered errors in user code, all values of the jobs will be affected Lo raro de todo el asunto es que si ejecuto el script con 100 tweets y el hashtag #Udemy funciona perfectamente pero sin incremento el número de tweets o cambio el hashtag ya me aparecen estos errores. ¿que puede ser? Os pego aqui el enlace de pastebin a mi codigo: http://pastebin.com/rCr1X6n2 Muchas gracias!!! Rubén pd: siento enviarlo 2 veces, se me olvido...
2013 Jul 25
1
Resumen de R-help-es, Vol 53, Envío 38
...migrar el sistema de bases de datos hacia una base de grafos como puede ser neo4j o bien a un sistema nosql de documentos como MongoDB. La ventaja de mongodb es que existe un library de R que interactua con esta base de datos. Hemos encontrado menos problemas para descargar las estructuras de los tweets en su formato json desde python. En el siguiente enlace puedes encontrar una serie de pasos para migrar los tweets directamente desde twitter hasta mongodb con ayuda de python y otras librerias: http://blog.comsysto.com/2012/07/10/real-time-twitter-heat-map-with-mongodb. Suerte con eso. *Michael...
2013 Jul 24
2
Error al utilizar twitteR
...arcelino de la Cruz <marcelino.delacruz@upm.es> > > > Mira aquí: > > > > ?registerTwitterOAuth > > > > El 24/07/2013 20:57, Jorge I Velez escribió: > > > >> Buenas tardes a tod@s, > >> > >> Estoy incursionando en el analisis de tweets utilizando el paquete > twitteR > >> y siguiendo http://www.webmining.cl/2012/**07/text-mining-de-twitter-** > >> usando-r/< > http://www.webmining.cl/2012/07/text-mining-de-twitter-usando-r/> > >> > >> > >> Desafortunadamente cuando ejecuto...
2009 Nov 01
4
convert list to Dataframe
...uot; ..$ Children: NULL ..- attr(*, "class")= chr "MetaDataNode" - attr(*, "DMetaData")='data.frame': 1 obs. of 1 variable: ..$ MetaID: num 0 - attr(*, "class")= chr [1:3] "VCorpus" "Corpus" "list" It contains tweets but in many languages. The "columns" are separated by semi-colons. I am using the tm package and it is a "corpus". It looks like this: 547282;06:37:17;21;10;2009;dani_jade18;@Laura_Whyte1 day :p;Huddersfield/Lincoln;United Kingdom;Kirklees;Kirklees;;53.6468475;-1.7727296 54...