Skip to content

web scraping upvotes and categories and turning data into a chart

Notifications You must be signed in to change notification settings

ruthtempo/scrap-lobsters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping

I Recently I learned about web scraping and found it was a quite intereting topic. Here I created my own scraper function that is then used to display some data.

What this project does

  • Scraping data from the web : categories and updvotes from every article.
  • Creating a database with the scraped data
  • displaying the most upvoted categories in a chart

Techstack

  • React
  • ChartJS
  • Supabase
  • NodeJS
  • Puppeteer

Chart

Run the project

  • Fork the project
  • Clone the project
  • Navigate to the project directory
  • Install the dependencies npm install
  • Run the project npm start
  • Open http://localhost:3000 to view it in your browser.

About

web scraping upvotes and categories and turning data into a chart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published