Skip to main content

A Python module for aggregating Kabaddi data

Project description

Kabaddi Data Aggregator Logo

Kabaddi Data API

Comprehensive data collection and analysis tools for professional Kabaddi leagues

FeaturesInstallationUsageContributingLicense


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

You can install the Kabaddi Data Aggregator using pip:

pip install kabaddi_data_aggregator

Requirements

  • Python 3.7+
  • Selenium WebDriver
  • Firefox browser (for Selenium WebDriver)

Usage

Here's a quick example of how to use the Kabaddi Data Aggregator:

from kabaddi_data_aggregator import KabaddiDataAggregator

# Initialize the aggregator
aggregator = 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

# Get team line-up data
line_up_data = aggregator.team_line_up()
print("Team Line-up Data:", line_up_data)

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:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature-name)
  3. Make your changes
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin feature/your-feature-name)
  6. 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

pro_kabaddi_data-0.1.0.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

pro_kabaddi_data-0.1.0-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page