From 940ccc0572d5888d149d286be8fb548f86866d9c Mon Sep 17 00:00:00 2001 From: Tristan Kirscher <85068746+Kirscher@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:25:17 +0100 Subject: [PATCH] [+] add webapp section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9adf6..743d3be 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To retrieve the '.csv' file containing the list of results from a running compet python scraping.py "url" nb_pages ``` -Where 'url' is the bases.athle URL of the competition to scrape and 'nb_pages' is the number of result pages you want to scrape. +Where 'url' is the [bases.athle](https://bases.athle.fr/) URL of the competition to scrape and 'nb_pages' is the number of result pages you want to scrape. Example : ![cli_output_example](/src/cli_output_example.png) @@ -36,6 +36,8 @@ Example : We are continuously working to improve ResultAthle and add new features. Here are some of the features that are currently under development: +- **WebApp:** we are developing a web application version of ResultAthle. This webapp will provide users with the flexibility to access and analyze race results from [bases.athle](https://bases.athle.fr/). + - **Advanced Scraping Functions:** We are in the process of enhancing our web scraping capabilities to provide a more robust and sophisticated data extraction process. This will allow us to gather more detailed and comprehensive data from athletics competitions. - **Visualization:** We are working on new visualization features that will allow users to better understand and interpret the data. This includes various types of charts and graphs.