An open API service indexing awesome lists of open source software.

https://github.com/youstinus/car-scrape

Scrapes website content, puts to sqlite3 database, downloads preview picture
https://github.com/youstinus/car-scrape

pprof scraper sqlite3 sqlite3-database webpage-scraper website-scraper

Last synced: 1 day ago
JSON representation

Scrapes website content, puts to sqlite3 database, downloads preview picture

Awesome Lists containing this project

README

          

# Car Scrape

Using `github.com/PuerkitoBio/goquery` package to scrape webpages.

Application used to scrape website data, parse and write to database.

All data is written to sqlite3 database and some pictures can be downloaded as well.

Sometimes it does not work because of site restrictions or captchas.

Some basic performance analysis used to measure application using pprof tool.

Project from 2021 archive