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)
- Host: GitHub
- URL: https://github.com/creativcoder/fender
- Owner: creativcoder
- Created: 2020-05-11T06:35:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-09T06:41:25.000Z (over 5 years ago)
- Last Synced: 2025-03-04T17:53:14.943Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`