FirstCyclingAPI
FirstCyclingAPI copied to clipboard
An unofficial Python API wrapper for firstcycling.com
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...
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...
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':...
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...