Word count, sentiment analysis, ngram analysis, X posts by this ID, word differences by days, and graphics.
Go to file
Lucky ea4a1140f0
Update 4ChanScraperv2.R
Added sentiment analysis
2023-08-24 15:43:51 -03:00
4ChanScraperv2.R Update 4ChanScraperv2.R 2023-08-24 15:43:51 -03:00
Aug-24-2023-1400h.csv Add files via upload 2023-08-24 14:45:28 -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 14:47:05 -03:00

4 Chan Webscraper, Version 2

Consider doing your own data analysis. If you save your CSV, and make a pull request, I can add it to this repository for plotting word usage changes over time.

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.