FirstCyclingAPI icon indicating copy to clipboard operation
FirstCyclingAPI copied to clipboard

An unofficial Python API wrapper for firstcycling.com

Results 5 FirstCyclingAPI issues
Sort by recently updated
recently updated
newest added

Sorry, it fell from my table ;). Let's try again :)² I pulled from your last changes, so there should not be conflict anymore ;). I added more tests. Some...

Returning `Endpoint` instances rather than storing these as properties introduces unnecessary complexity to the `Rider` and `Race` sections. It would be better to return the relevant result directly, or return...

enhancement
help wanted

As identified in #17 , due to a recent change to the website layout, the [old code](https://github.com/baronet2/FirstCyclingAPI/blob/a37510aa781d3e6013713bc0c1727bffa2237b86/first_cycling_api/rider/endpoints.py#L40) to parse the sidebar information on rider pages no longer works. It would...

enhancement
help wanted
good first issue

Hi, thx for the library, it is really helping. In race/race.py there is `self._get_endpoint(endpoint=RaceEditionResults, l=classification_num, e=zero_padded_stage_num)` And in constants.py I see classifications = {'general': 1, 'youth': 2, 'points': 3, 'mountain':...

bug
help wanted
good first issue

Hi, during some months, I haven't use the library so often, but now that I try again, it crashes. FirstCycling is now behind cloudflares, that basically blocks the call (redirect...

bug
help wanted