https://github.com/aaronlelevier/bikesite
Projects relating to MTB
https://github.com/aaronlelevier/bikesite
mtb python
Last synced: 28 days ago
JSON representation
Projects relating to MTB
- Host: GitHub
- URL: https://github.com/aaronlelevier/bikesite
- Owner: aaronlelevier
- Created: 2020-01-05T22:00:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T14:36:21.000Z (about 6 years ago)
- Last Synced: 2025-08-01T03:09:02.462Z (11 months ago)
- Topics: mtb, python
- Language: Jupyter Notebook
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BikeSite
Repo with code relating to MTB
## Projects
#### Get Bike info and Geometry stats from [VitalMTB](https://www.vitalmtb.com/)
There is a single Jupyter notebook with exploratory code that fetches the bike stats and geometry from a bike-specs page on VitalMTB
This is done using [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) in Python3.
**Next Step**
The next step would be to convert the exploratory code into a script that takes the URL of the VitalMTB bike page for the bike we want the info for, and writes the stats to an ouput file
# Future Maybe
#### Bike Geo Comparator
A UI could exist that takes the geometry numbers for two bikes and creates a SVG for each bike and overlaps them to show how the bike Geo varies
This could also show the Geo values in a table with the difference
# License
MIT