similar to: Asterisk & Twitter - Release/Announce only 'channel' ?

Displaying 20 results from an estimated 600 matches similar to: "Asterisk & Twitter - Release/Announce only 'channel' ?"

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
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?
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
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
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 Jul 25
0
Error al utilizar twitteR
A ver si os sirve. Desde que cambiaron la api a la v 1.1 la identificación a través de la api es obligatoria para poder acceder a información. El proceso que yo sigo es el siguiente: #Se definen los datos de la app registrada en twitter dev tw <- OAuthFactory$new(consumerKey="aquí consumerkey", consumerSecret="aqui consumer secret",
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]]
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", 2000) obtengo Error in
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
2009 Aug 17
0
A request for pointers on how to analyse Twitter with R ?
Hello dear R members. I just came across this website: http://giladlotan.org/viz/iranelection/ Here what it is about: > ReTweet Revolution is a visual exploration of the most popular conversation > threads that were passed amongst Twitter users at the time of the events > following the Iranian elections in June of 2009. It uses an algorithm described here:
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
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
2
Error al utilizar twitteR
Si, Carlos, gracias. Pero desafortunadamente el link con el PDF no funciona :( --JIV Sent from my phone. Please excuse my brevity and misspelling. On Jul 24, 2013, at 4:51 PM, Carlos Ortega <cof@qualityexcellence.es> wrote: Hola, ¿Viste la sugerencia/ayuda en StackOverflow?: http://stackoverflow.com/questions/17408930/twitter-first-example Saludos, Carlos Ortega
2016 Apr 16
1
Twitter Hashtag
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 [[alternative HTML version deleted]]
2011 Oct 16
4
Ruby on rails with twitter integration
after i searched, i got so many links related with the twitter integration , Then i do that with one following link http://cbpowell.wordpress.com/2011/03/17/twitter-oauth-and-ruby-on-rails-integrated-cookbook-style-in-the-console-updated-for-twitter-1-0/ after some steps with the rails console, *Then i got some errors after i gave the steps to send the tweet from the application * * client
2011 Jul 25
5
Arel quiz: complex queries with associations
I have a real-world application with some complex queries that I want to convert to Arel (as part of an upgrade to Rails 3.1). So that I can understand what I''m doing before I flail around in my real app, I wrote a little sample app (just the models) with some similar associations -- one table joined with itself and more tables that join to another table, so there are some queries that
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