Any codeFags on here that can answer a question regarding Rstudio and text analysis?
>Any codeFags on here that can answer a question regarding Rstudio and text analysis?
>
It is for a Q project.
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Text Analysis Project
#install.packages("twitteR")
```{r}
library(twitteR)
```
#Inputing my 4 keys
```{r}
consumer_key <- "xxxxxxxxxxxxxx"ย
consumer_secret <- "xxxxxxxxxxxxxx"ย
access_token <- "xxxxxxxxxxxxxxxxxxxx"ย
access_secret <- "xxxxxxxxxxxxxxxxxxxxx"ย
```
#attempting to access Twitter data(#Qanon)
```{r}
setup_twitter_oauth(consumer_key, consumer_secret, access_token, access_secret)
tw = twitteR::searchTwitter('#Qanon', n = 1e4, since = '2019-05-28', retryOnRateLimit = 1e3)
d = twitteR::twListToDF(tw)
```
It yielded these results about 20 times.
## [1] "Rate limited โฆ. blocking for a minute and retrying up to 999 times โฆ"
Any ideas? I am scraping twitter data and doing a text analysis on "#Qanon", for the past 30 days.
Roger that. Im just trying to create a word cloud from the the #QAnon on Twatter using word analysis. I think it would be a sick ass meme.
Yup, thats itโฆ I'm just trying to learn some computer science, and data analytics. Right now doing a huge project on human trafficking using data sets from https://www.ctdatacollaborative.org/
AATW! "Fury From the Sky"!
Great job Anon! Those word clouds are pretty dope, especially when they revolve around topics or movements such as Q.
"Fury From the Sky"!