Skip to content

Bubichoo-Teitichoo/ergrepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Scraper

A collection of Webcrawler that scrape data from ErgDB and What On Zwift

Prerequisite

    pip install scrapy

Scrape Data

    scrapy runspider ergdbspider.py -o ergdb.json -L INFO

Parse Spider Output

The following command will create a directory with the name given with the parameter -O and parse the data from the JSON file into MRC files. With the optional command --WipeFile an empty MRC and PLAN file is created to delete unwanted workouts from a Wahoo Unit or from the Wahoo App.

    python MRCFile.py -I ergdb.json -O ergdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages