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

https://github.com/creativcoder/fender

A web scraper implemented in Rust to collect geometry table information from bikes (for a side project)
https://github.com/creativcoder/fender

Last synced: 5 months ago
JSON representation

A web scraper implemented in Rust to collect geometry table information from bikes (for a side project)

Awesome Lists containing this project

README

          

## Fender

Fender is a helper tool (a scraper) to extract bike data from https://www.canyon.com website
to aid in a data driven bike project.

## Pre-requisites

* Install Rust by running: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
* Install `geckodriver`: https://medium.com/@deepankosingha/how-to-install-geckodriver-on-ubuntu-94b2075b5ad3 and add it to your `$PATH`

## Running

`./scrape ` - To start running geckodriver along with `fender` binary

For example: `./scrape https://www.canyon.com/en-in/all-road-bikes/ road-bikes ~/geometry_data`