Skip to content

Commit

Permalink
[+] add last events table
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan.kirscher committed May 1, 2024
1 parent adbe6a4 commit d748d25
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 395 deletions.
494 changes: 100 additions & 394 deletions main.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion utils/scraping.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,5 +608,5 @@ def scrape_last_competitions(num_competitions):
if url_competition:
url_competition = "https://bases.athle.fr" + url_competition # add prefix
competitions.append({'Date': date, 'Famille': famille, 'Libellé': libelle, 'Lieu': lieu, 'URL': url_competition})

return competitions

0 comments on commit d748d25

Please sign in to comment.