Word count, sentiment analysis, ngram analysis, X posts by this ID, word differences by days, and graphics.
Go to file
Lucky 60bdc0df79
Update 4ChanScraperv2.R
Fixed more words
2023-08-24 14:03:01 -03:00
4ChanScraperv2.R Update 4ChanScraperv2.R 2023-08-24 14:03:01 -03:00
Pol-Scrape-Example-Version2.pdf Add files via upload 2023-08-24 01:28:07 -03:00
README.md Update README.md 2023-08-24 01:09:09 -03:00

4 Chan Webscraper, Version 2

Highlights:

  • Written in R.
  • Objective: Datamining text, and displaying word frequencies.
  • Uses the following libraries: rvest, tidyverse, tidytext, ggplot2, wordcloud.
  • If you don't have these installed in your RStudio software, then install them.
  • After installing, and running this script into your RStudio IDE, you can download all posts.
  • Downloaded posts are then manipulated to show word frequencies.
  • Differs from V1 by scraping all replies to OP, and has a much larger noise filter.