A Python client for scraping and parsing swimming competition data from swimrankings.net.
This project aims to provide a clean and maintainable way to fetch and parse publicly available swimming data, with a focus on club-level results and rankings.
The main goal is to experiment with:
- structured web scraping
- HTML parsing
- clean project architecture
- Fetch club-related pages from swimrankings.net
- Parse athletes and results
- Expose data as Python objects
- Python 3.11+
- requests
- beautifulsoup4
🚧 Work in progress — API and structure may change.
This project is not affiliated with swimrankings.net. It is intended for educational and personal use only. Please respect the website's terms of service.