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

https://github.com/lepips/workouts

Simple exercise parser for Bodybuilding.com
https://github.com/lepips/workouts

Last synced: 12 months ago
JSON representation

Simple exercise parser for Bodybuilding.com

Awesome Lists containing this project

README

          

# Workouts

Uses selenium to scrape exercise information. Selenium is used because the exercises are lazy loaded, too lazy to try native python solution found online.

Each muscle group has its own json file, with the format:
```
{
'': [
{
'title': ,
'equipment': ,
'link': ,
'pictures': []
},
...
]
}
```

Parsing all of the exercises for all of the muscle groups will take a long time.