A Python module for aggregating Kabaddi data
Project description
Comprehensive data collection and analysis tools for professional Kabaddi leaguesFeatures • Installation • Usage • Contributing • License • Documentation |
---|
Kabaddi Data Aggregator is a Python module that provides tools for collecting and analyzing data from professional Kabaddi leagues. It uses web scraping techniques to gather information about teams, players, and match statistics from various online sources.
Features
- Retrieve team names and URLs
- Fetch player information and statistics
- Get current season standings
- Extract team line-up data
- Analyze team-level statistics
- Gather player performance data
Installation
Please install the Kabaddi Data API using pip:
pip install pro_kabaddi_data
Deployed here: https://pypi.org/project/pro-kabaddi-data/
Requirements
- Python 3.7+
- Selenium WebDriver
- Firefox browser (for Selenium WebDriver)
Usage
Here's a quick minimal example of how to get started to use the Kabaddi Data Aggregator:
from prokabaddidata import prokabaddidata
# Initialize the aggregator
aggregator = prokabaddidata.KabaddiDataAggregator()
# Get all team names
team_names = aggregator.get_all_team_names()
print("Team Names:", team_names)
# Get current season standings
standings = aggregator.team_season_standings()
print("Season Standings:", standings)
# Get player information
players_info = aggregator.get_players_team_info_and_profile_url()
print("Players Info:", players_info[:5]) # Print first 5 players
For more detailed usage instructions and API documentation, please refer to our documentation page.
Contributing
We welcome contributions to the Kabaddi Data Aggregator project! If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature-name
) - Make your changes
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin feature/your-feature-name
) - Create a new Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Thanks to the various website owners for providing the data sources
Contact
If you have any questions, feel free to reach out to [Aniruddha Mukherjee] at [mukh.aniruddha@gmail.com] or open an issue in the GitHub repository.
Made with ❤️ for Kabaddi enthusiasts and data analysts
Please star this repository if you found it helpful! Your support is greatly appreciated.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pro_kabaddi_data-0.1.3.tar.gz
.
File metadata
- Download URL: pro_kabaddi_data-0.1.3.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17c7ebc59119a95dfb8f3fea63f12954ed7134a5da7483d80fdbfedcaf7d998f |
|
MD5 | 64b40b8a38c874cf0fc0e538b7cd0630 |
|
BLAKE2b-256 | 4a091ec85ba1f835391d0ab88600f0c078eb4fe45c150c277f1c7fe7a74ba5b0 |
File details
Details for the file pro_kabaddi_data-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pro_kabaddi_data-0.1.3-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7c360ed7f9fd5fb24814d94c7eb38fc816a6d5c039bd190da24f3a178e9995e |
|
MD5 | bac233ccd7d9a5733c021b11d867f5a3 |
|
BLAKE2b-256 | 2c90a754031b5dfe4b285984057fa99c0a2e0fbe360b416ebdc9d7ce9d92d3cd |