similar to: Twitter Hashtag

Displaying 20 results from an estimated 200 matches similar to: "Twitter Hashtag"

2015 Mar 25
2
Error mapply haciendo text mining con twitteR
Hola, buenas, no me prodigo mucho por aqui pero sigo la lista a diario. Estoy realizando un curso de text mining en twitter en Udemy y estoy clavado en un error. La verdad es que ya no sé que hacer, he buscado por todos los lados, en foros, blogs; he probado diversos scripts pero nada. El tema es que haciendo un simple text mining de un hashtag con un wordcloud al final me sale el error In
2012 Feb 26
2
tm_map help
Hi all, I am trying to do some text mining with twitter and I am getting the error: Error in structure(names(sapply(possibleCompletions, "[", 1)), names = x) : 'names' attribute [1] must be the same length as the vector [0] When I use tm_map. Has anyone had/seen this error before? The code I have is shown below and this error only occurs with #qantas, hashtags like #asx,
2011 Jul 23
0
Question about output from twitteR package
Dear R-List, I am trying to develop a tutorial on how to analyze network data from Twitter conversations for a network analysis class that I teach. I came across the twitteR package, and saw some examples of it in action on various websites. It is easy to use, and almost as easy to understand. I was able to pull sets of Twitter messages into a dataframe using various criteria (hashtags, etc.). To
2016 Apr 01
1
How to speed up my program
Dear group I had a R ? program that was to slow, I mad it multi core prog..to speed up, its a simulation when the runs are 100 its very fast..raising the runs to 10k mad it in the first fast then it slow down I checked the HW usafe and here is the top command results %Cpu0 ?:100.0 us, ?0.0 sy, ?0.0 ni, ?0.0 id, ?0.0 wa, ?0.0 hi, ?0.0 si, ?0.0 st %Cpu1 ?:100.0 us, ?0.0 sy, ?0.0 ni, ?0.0 id, ?0.0
2013 Jul 08
0
"error setting certificate" issue in R-studio
Hi all, I'm a newbie to R and I can't figure out how to fix this error I keep getting in R-studio: > "error setting certificate verify locations:\n CAfile: \n CApath: none\n" Error in twInterfaceObj$doAPICall(cmd,params,"GET",...) : Error: error setting certificate verify locations: CAfile: CApath: none I'm trying to use the twitteR package to gather tweets
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 deleted]]
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
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 possible?
2011 Mar 25
0
Today on VUC, Dan York on Google Voice + SIP
Hi, Today at 12 Non EDT, Dan York will be with us to talk about the recent on and off moments of Google Voice SIP URI calling. Like Skype + Asterisk (or any SIP), Google Voice and SIP compose the other shoe waiting to drop. We're following this with interest. So GV turned on SIP URI and then a few days later, turned it off. Why? Did the geeks (like us) jump on this too quickly or too heavily?
2012 Sep 27
0
Dynabyte bjuder in till SHRUG den 1 november!
Kom till oss på Kammakargatan 9A den 1 november. Vi startar klockan 18.00 med mat och sedan följer intressanta tal, mingel och kanske en öl eller två. Vi har begränsat med platser så ta er tid att gå in på http://simplesignup.se/event/14236<http://simplesignup.se/event/14236-shrug>och anmäl dig. Varmt välkomna! /Elin och Kim Program - Mat/Intro - Presentationer - Rails
2011 Mar 03
0
Friday #vuc at 12 Noon EST
Hello, This Friday March 4th is the 307th VoIP Users Conference. In a few weeks, we'll be starting our 5th year of this weekly live event that began life as the Asterisk Users Conference. We'd love to have you join on on our call with this week's guest OnSIP.com by connecting via SIP:200901 at login.zipdx.com Skype:vuc.me PSTN: +1 567 252 2286 iNum: +883 5100 123 94882 Tex backchat
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 cool with Asterisk over the
2009 Jun 03
0
Revolutions blog: May roundup
I write about R every weekday at http://blog.revolution-computing.com?.?In case you missed them, here are some articles from last month of particular interest to R users. Some of the best stories this month came from reader tips -- thanks, and please keep the emails coming in! http://bit.ly/19T3Hj links to info on how Bump Charts are done in ggplot2 -- with a Kentucky Derby example.
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 =
2013 Jul 24
0
Error al utilizar twitteR
Estimado Jorge Velez Hace un tiempo yo intente sobre algo parecido, pero utilizando nuestros propios correos, lástima que estoy con otros problemas para resolver y quede desactualizado, sin embargo por ahí leí que hay una modificación de política por parte de twitter, muchos lectores quedaron si acceso, esto puede ser el error en tweets = userTimeline("camila_vallejo", 2000) Aunque
2013 Oct 28
0
Twitter API in ruby on rails application
Hi, I am developing a ruby on rails application for getting all users tweets from twitter after twitter login from my application I am able to get user_id,email,provider,name etc from twitter login but I want to use Twitter Api to get all the tweets of the user who is doing twitter sign in from my application I followed this post "*
2013 Jul 24
0
Error al utilizar twitteR
Mira aquí: ?registerTwitterOAuth El 24/07/2013 20:57, Jorge I Velez escribió: > Buenas tardes a tod en 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) >
2013 Jul 24
0
Error al utilizar twitteR
Hola, ¿Viste la sugerencia/ayuda en StackOverflow?: http://stackoverflow.com/questions/17408930/twitter-first-example Saludos, Carlos Ortega www.qualityexcellence.es El 24 de julio de 2013 23:29, Jorge I Velez <jorgeivanvelez@gmail.com>escribió: > Muchas gracias Marcelino. Desafortunadamente al ejecutar el ejemplo que > aparece en > > ?registerTwitterOAuth > >
2013 Jul 24
2
Error al utilizar twitteR
Muchas gracias Marcelino. Desafortunadamente al ejecutar el ejemplo que aparece en ?registerTwitterOAuth obtengo twitCred$handshake() Error: Unauthorized registerTwitterOAuth(twitCred) Error in registerTwitterOAuth(twitCred) : oauth has not completed its handshake Alguna otra sugerencia? Muchas gracias! Jorge.- 2013/7/25 Marcelino de la Cruz <marcelino.delacruz@upm.es> > Mira
2013 Nov 09
0
Problem while using "searchTwitter" function in TwitteR package
Hi, I am data mining from twitter using the twitteR package but I am facing a problem mining statuses. A lot of times the status does not return the desired number of statuses but returns only a specific number. Also, this number keeps on varying for exactly the same arguments ( No, its not that more statuses were put up during that time), it even decreases sometimes. Is there some logic to how