Displaying 20 results from an estimated 6792 matches for "twitter".
2009 Aug 12
4
Twitter is Suing me!!!
This isn't asterisk related but I figure several developers on this list
have built apps for Twitter (or other 3rd party API's).
Just found out a few hours ago I'm being sued by Twitter
Feel free to tweet this link ( www.MyTwitterButler.com/I'm_Being_Sued
<http://www.mytwitterbutler.com/I'm_Being_Sued> ) or forward on the
link to any journalists you know.
If y...
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...
2014 Nov 01
5
Pregunta (creo que simple) para usar twitteR
Hola Alfonso, buenos días:
Lo he probado pero no me va, eso sí ha cambiado el error, el código utilizado es:
library(ROAuth)library(twitteR)
download.file(url="http://curl.haxx.se/ca/cacert.pem", destfile="cacert.pem")
reqURL <- "https://api.twitter.com/oauth/request_token"accessURL <- "http://api.twitter.com/oauth/access_token"authURL <- "http://api.twitter.com/oauth/authorize&quo...
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 = "XXXXXXXXXXXXXXXXXX"))
setInt...
2013 Jul 24
2
Error al utilizar twitteR
...tunadamente 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
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
>
> obtengo
>...
2014 Nov 01
2
Pregunta (creo que simple) para usar twitteR
Hola comunidad, ¿Qué tal?
Tengo una duda que creo que es sencilla, pero me veo algo torpe. Estoy tratando de darme de alta para poder acceder, vía R a la api de Twitter, soy un poco novato en esto y por esto lanzo la pregunta.
Aunque ya me han ayudado y me han pasado alguno link del pasado, aún no consigo dar con la solución que seguro es algo que se me escapa
He usado este código
library(ROAuth)library(twitteR)
reqURL <- "https://api.twitter.com/oauth/req...
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 twIn...
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",
requestURL="https://api.twitter.com/oauth/request_token
",
accessURL="https://api.twitter.com/oau...
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 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 "*
http://www.arctickiwi.com/blog/download-you...
2013 Jul 20
2
How to use twitter bootstrap
Hi,
I have a Ruby 1.9.3p194 and Rails 4.0.0, Can i used twitter-bootstrap for
designing with these version, Or it is compatible with these version,
also tell me how to make rails application using twitter bootstrap.
Thanks..!
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscrib...
2009 Dec 16
2
Twitter rails Plugin
Do you know any good rails plugin for twitter?
Thnaks,
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to rubyonrails-talk+unsu...
2020 Sep 06
2
Make new server the "master"
...the permissions on the folder using the steps in here
https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End and restarted both
bind9 and named and the problem got a little better, but still no actual
contact with the outside world. Before fixing the permissions I got:
itadmin at dc02:$ nslookup twitter.com
;; connection timed out; no servers could be reached
Now I get:
itadmin at dc02:/var/lib/samba$ nslookup twitter.com
Server: 192.168.4.6
Address: 192.168.4.6#53
** server can't find twitter.com: SERVFAIL
so I ran named-checkconf and found that it still couldn't read
/...
2011 Sep 22
2
VoIP Abuse to Twitter (real time VoIP Abuse)
...benefit.
For those familiar with the VoIP Abuse Project, no need to explain the
gist of this. I got tired of parsing through the alerts (lists) I
receive via email daily. They're long and sometimes I don't have the
time to post them all. So for now, posting VoIP Abuse addresses straight
to Twitter.
So, anyone trying to compromise a pbx, is now autoposted on an hourly
basis to Twitter. Still working on pulling, have about 4 machines linked
up now, will mop em up during the week.
http://twitter.com/#!/voipabuse
Now, you can concoct a quick script off of it, e.g.:
links -dump "http://t...
2012 Nov 08
1
twitteR return error message
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/oauth/request_token"...
2020 Sep 06
0
Make new server the "master"
...ing the steps in here
> https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End and restarted
> both bind9 and named and the problem got a little better, but still no
> actual contact with the outside world. Before fixing the permissions I
> got:
>
> itadmin at dc02:$ nslookup twitter.com <http://twitter.com>
> ;; connection timed out; no servers could be reached
>
> Now I get:
>
> itadmin at dc02:/var/lib/samba$ nslookup twitter.com <http://twitter.com>
> Server: ? ? ? ? 192.168.4.6
> Address: ? ? ? ?192.168.4.6#53
>
> ** server can't...
2010 Jul 01
1
problems loading the twitteR package
Dear all,
I cannot load the twitteR package. When I have it installed and try to load
it, I get the following response from the system:
> library(twitteR)
Loading required package: RCurl
Error: package 'RCurl' could not be loaded
Adem?s: Mensajes de aviso perdidos
In library(pkg, character.only = TRUE, logical.return = T...
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,...
2008 Dec 31
0
End of 2008 Twitter Asterisk, Telephony and VoIP Directory
Introducing the simple Twitter Directory for telephgony, VoIP and
asterisk users, developers, providezrs, manufacturers and hobbyists
If you're into Twitter and you'd like to take literally 10 seconds to
go fill out this form with two fields, your Twitter name will be in
the public directory of people who are interested...
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 tw...