Dear group ,
I used the following code to download some tweets (1500)
library(twitteR)
library(ROAuth)
library(plyr)
library(stringr)
library(ggplot2)
## Windows users need to get this file
download.file(url="http://curl.haxx.se/ca/cacert.pem";, destfile="cacert.pem")
requestURL <"https:/
Dear group
I used the following code to download some tweets (1500)
library(twitteR)
library(ROAuth)
library(plyr)
library(stringr)
library(ggplot2)
## Windows users need to get this file
download.file(url="http://curl.haxx.se/ca/cacert.pem";, destfile="cacert.pem")
requestURL <"https://api.twit
Dear group
I uses 'searchTwitter' to get users tweets it works for English words such as
("iphone")
but when working with Arabic text
example
searchTwitter("�") it gave me the following Error
Error in twInterfaceObj$doAPICall(cmd, params, "GET", ...) :
Error: Forbidden
my questions
3 matches
Mail list logo