Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wattyven/holosupa-scraper
Parses a YouTube URL for a video ID, scrapes superchats from Hololyzer, generates overview of insights and downloadable CSV file. Derived from my prior web scraping tutorial Rmarkdown file, found in the scraping-with-rvest repository.
https://github.com/wattyven/holosupa-scraper
Last synced: about 10 hours ago
JSON representation
Parses a YouTube URL for a video ID, scrapes superchats from Hololyzer, generates overview of insights and downloadable CSV file. Derived from my prior web scraping tutorial Rmarkdown file, found in the scraping-with-rvest repository.
- Host: GitHub
- URL: https://github.com/wattyven/holosupa-scraper
- Owner: wattyven
- License: gpl-3.0
- Created: 2024-04-26T00:18:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T01:17:40.000Z (4 months ago)
- Last Synced: 2024-07-29T02:34:32.195Z (4 months ago)
- Language: R
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HoloSupa Scraper
A quick and dirty R Shiny app that parses a YouTube URL for a video ID, then scrapes Hololyzer for superchats for the specific video. Shoutout to the Hololyzer dev(s) for an amazing site with a lot of data, they're the inspiration for this (alongside wanting more practice with Regex, R, and Shiny) as well as the source of the superchats!
I'd like to get more practice with scraping more sites with better packages like Selenium, so I'll try to update this in the future to scrape directly from YouTube (to reduce traffic + server load on Hololyzer, though with the scale of this project it should hopefully still be negligible), and also add plotly visualizations in the near future.
This Shiny app was developed by repurposing and building upon code from a Rmarkdown file I'd previously prepared as an introduction to rvest for webscraping for beginners, [which can be found in its own repository](https://github.com/wattyven/scraping-with-rvest).
## Screenshot