Skip to content

Commit

Permalink
[+] add webapp section
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirscher authored Mar 19, 2024
1 parent e4a68ce commit 940ccc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 940ccc0

Please sign in to comment.