Extracting Tweets

Retrieve tweets from Twitter

# Load packages
library(rtweet)
library(tidyverse)
# Twitter authentication
create_token(
  app             = "my_twitter_research_app",
  consumer_key    = consumer_key,
  consumer_secret = consumer_secret,
  access_token    = access_token,
  access_secret   = access_secret)
## <Token>
## <oauth_endpoint>
##  request:   https://api.twitter.com/oauth/request_token
##  authorize: https://api.twitter.com/oauth/authenticate
##  access:    https://api.twitter.com/oauth/access_token
## <oauth_app> my_twitter_research_app
##   key:    rAMI0T9FDtaH40A5PWPsk04GS
##   secret: <hidden>
## <credentials> oauth_token, oauth_token_secret
## ---

Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.

# Retrieve tweets
tweets <- search_tweets("#JujurItuJokowi", n = 1000, tweet_mode="extended")
## Searching for tweets...
## Finished collecting tweets!
tweets <- distinct(tweets, text, .keep_all=TRUE)

Tweets Description

## plot time series of tweets
ts_plot(tweets, "3 hours") +
  theme_minimal() +
  theme(plot.title = ggplot2::element_text(face = "bold")) +
  labs(
    x = NULL, y = NULL,
    title = "Frequency of Lion Air Twitter statuses from past 9 days",
    subtitle = "Twitter status (tweet) counts aggregated using three-hour intervals",
    caption = "\nSource: Data collected from Twitter's REST API via rtweet"
  )

tail(tweets, 20)
## # A tibble: 20 x 88
##    user_id status_id created_at          screen_name text  source
##    <chr>   <chr>     <dttm>              <chr>       <chr> <chr> 
##  1 105417~ 10586797~ 2018-11-03 11:18:14 bangprojo01 "Ind~ Twitt~
##  2 102937~ 10601877~ 2018-11-07 15:10:28 Ronggol957~ "Tib~ Twitt~
##  3 123823~ 10593160~ 2018-11-05 05:26:44 jmzacharias Duku~ Twitt~
##  4 105601~ 10592919~ 2018-11-05 03:50:57 Smocer1     "Kit~ Twitt~
##  5 105801~ 10592360~ 2018-11-05 00:08:38 william176~ "Kit~ Tweet~
##  6 105389~ 10592355~ 2018-11-05 00:06:54 SigitSatri~ "Kit~ Tweet~
##  7 105586~ 10592349~ 2018-11-05 00:04:21 namiraasri1 "Kit~ Tweet~
##  8 104964~ 10589830~ 2018-11-04 07:23:29 prananda_r~ Saat~ Twitt~
##  9 999921~ 10587930~ 2018-11-03 18:48:37 MaulidyaFe~ Pemb~ Twitt~
## 10 102957~ 10587496~ 2018-11-03 15:55:50 FSidiq12    Wala~ Twitt~
## 11 105654~ 10586669~ 2018-11-03 10:27:25 Kiara03041  "Kej~ Twitt~
## 12 986441~ 10585943~ 2018-11-03 05:38:57 sedulurJKW  "Gen~ Twitt~
## 13 483005~ 10585044~ 2018-11-02 23:41:39 vmen_plus   "#Pe~ Twitt~
## 14 383702~ 10584379~ 2018-11-02 19:17:22 fafanrachm~ @Ire~ Twitt~
## 15 983204~ 10583935~ 2018-11-02 16:20:53 aisyahhrid~ Pak ~ Twitt~
## 16 817664~ 10583788~ 2018-11-02 15:22:35 nuahptarig~ "<U+25AC><U+25AC><U+25AC>~ Faceb~
## 17 105421~ 10583682~ 2018-11-02 14:40:37 SitiYuhain~ "Pem~ Twitt~
## 18 994517~ 10582537~ 2018-11-02 07:05:30 noertops    "Pen~ Twitt~
## 19 994517~ 10582537~ 2018-11-02 07:05:25 noertops    "“Se~ Twitt~
## 20 253124~ 10581349~ 2018-11-01 23:13:31 deyna7475   (Dai~ Twitt~
## # ... with 82 more variables: display_text_width <dbl>,
## #   reply_to_status_id <chr>, reply_to_user_id <chr>,
## #   reply_to_screen_name <chr>, is_quote <lgl>, is_retweet <lgl>,
## #   favorite_count <int>, retweet_count <int>, hashtags <list>,
## #   symbols <list>, urls_url <list>, urls_t.co <list>,
## #   urls_expanded_url <list>, media_url <list>, media_t.co <list>,
## #   media_expanded_url <list>, media_type <list>, ext_media_url <list>,
## #   ext_media_t.co <list>, ext_media_expanded_url <list>,
## #   ext_media_type <chr>, mentions_user_id <list>,
## #   mentions_screen_name <list>, lang <chr>, quoted_status_id <chr>,
## #   quoted_text <chr>, quoted_created_at <dttm>, quoted_source <chr>,
## #   quoted_favorite_count <int>, quoted_retweet_count <int>,
## #   quoted_user_id <chr>, quoted_screen_name <chr>, quoted_name <chr>,
## #   quoted_followers_count <int>, quoted_friends_count <int>,
## #   quoted_statuses_count <int>, quoted_location <chr>,
## #   quoted_description <chr>, quoted_verified <lgl>,
## #   retweet_status_id <chr>, retweet_text <chr>,
## #   retweet_created_at <dttm>, retweet_source <chr>,
## #   retweet_favorite_count <int>, retweet_retweet_count <int>,
## #   retweet_user_id <chr>, retweet_screen_name <chr>, retweet_name <chr>,
## #   retweet_followers_count <int>, retweet_friends_count <int>,
## #   retweet_statuses_count <int>, retweet_location <chr>,
## #   retweet_description <chr>, retweet_verified <lgl>, place_url <chr>,
## #   place_name <chr>, place_full_name <chr>, place_type <chr>,
## #   country <chr>, country_code <chr>, geo_coords <list>,
## #   coords_coords <list>, bbox_coords <list>, status_url <chr>,
## #   name <chr>, location <chr>, description <chr>, url <chr>,
## #   protected <lgl>, followers_count <int>, friends_count <int>,
## #   listed_count <int>, statuses_count <int>, favourites_count <int>,
## #   account_created_at <dttm>, verified <lgl>, profile_url <chr>,
## #   profile_expanded_url <chr>, account_lang <chr>,
## #   profile_banner_url <chr>, profile_background_url <chr>,
## #   profile_image_url <chr>

Text Cleaning

library(tm)
## Loading required package: NLP
## 
## Attaching package: 'NLP'
## The following object is masked from 'package:ggplot2':
## 
##     annotate

Build corpus

# build a corpus, and specify the source to be character vectors 
myCorpus <- Corpus(VectorSource(tweets$text))
# convert to lower case
myCorpus <- tm_map(myCorpus, content_transformer(tolower))
## Warning in tm_map.SimpleCorpus(myCorpus, content_transformer(tolower)):
## transformation drops documents
# remove URLs
removeURL <- function(x) gsub("http[^[:space:]]*", "", x)
myCorpus <- tm_map(myCorpus, content_transformer(removeURL))
## Warning in tm_map.SimpleCorpus(myCorpus, content_transformer(removeURL)):
## transformation drops documents
# remove anything other than English letters or space 
removeNumPunct <- function(x) gsub("[^[:alpha:][:space:]]*", "", x) 
myCorpus <- tm_map(myCorpus, content_transformer(removeNumPunct))
## Warning in tm_map.SimpleCorpus(myCorpus,
## content_transformer(removeNumPunct)): transformation drops documents
# remove stopwords
myStopwords <- c(setdiff(stopwords('english'), c("r", "big")), "use", "see", "used", "via", "amp", "indihome")
stopwords_id <- read.table('E:/stopwords-id.txt', header = FALSE)
myStopwords <- c(myStopwords, as.matrix(stopwords_id$V1), "hi", "yg")
myCorpus <- tm_map(myCorpus, removeWords, myStopwords)
## Warning in tm_map.SimpleCorpus(myCorpus, removeWords, myStopwords):
## transformation drops documents
# remove extra whitespace
myCorpus <- tm_map(myCorpus, stripWhitespace)
## Warning in tm_map.SimpleCorpus(myCorpus, stripWhitespace): transformation
## drops documents
# keep a copy for stem completion later
myCorpusCopy <- myCorpus

Frequent Words

Build Term Document Matrix

tdm <- TermDocumentMatrix(myCorpus, control = list(wordLengths = c(1, Inf)))
tdm
## <<TermDocumentMatrix (terms: 186, documents: 39)>>
## Non-/sparse entries: 414/6840
## Sparsity           : 94%
## Maximal term length: 32
## Weighting          : term frequency (tf)

Top Frequent Terms

freq.terms <- findFreqTerms(tdm, lowfreq = 20)
freq.terms[1:50]
##  [1] "jujuritujokowi" NA               NA               NA              
##  [5] NA               NA               NA               NA              
##  [9] NA               NA               NA               NA              
## [13] NA               NA               NA               NA              
## [17] NA               NA               NA               NA              
## [21] NA               NA               NA               NA              
## [25] NA               NA               NA               NA              
## [29] NA               NA               NA               NA              
## [33] NA               NA               NA               NA              
## [37] NA               NA               NA               NA              
## [41] NA               NA               NA               NA              
## [45] NA               NA               NA               NA              
## [49] NA               NA
term.freq <- rowSums(as.matrix(tdm))
term.freq <- subset(term.freq, term.freq >= 10)
df <- data.frame(term = names(term.freq), freq = term.freq)
ggplot(df,aes(x=term, y=freq)) + geom_bar(stat="identity") +
  xlab("Terms") + ylab("Count") + coord_flip() +
  theme(axis.text=element_text(size=7))

Wordcloud

Build Wordcloud

library(wordcloud)
## Loading required package: RColorBrewer
m <- as.matrix(tdm)
# calculate the frequency of words and sort it by frequency 
word.freq <- sort(rowSums(m), decreasing = T)
# colors
pal <- brewer.pal(9, "BuGn")[-(1:4)]
wordcloud(words = names(word.freq), freq = word.freq, min.freq = 4,
    random.order = F, colors = pal)