Skip to main content

A Python module for aggregating Kabaddi data

Project description

kabaddi_api_logo

Comprehensive data collection and analysis tools for professional Kabaddi leagues

FeaturesInstallationUsageContributingLicenseDocumentation


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:

  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.3.tar.gz (15.2 kB view hashes)

Uploaded Source

Built Distribution

pro_kabaddi_data-0.1.3-py3-none-any.whl (17.8 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