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 details)

Uploaded Source

Built Distribution

pro_kabaddi_data-0.1.3-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

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

Hashes for pro_kabaddi_data-0.1.3.tar.gz
Algorithm Hash digest
SHA256 17c7ebc59119a95dfb8f3fea63f12954ed7134a5da7483d80fdbfedcaf7d998f
MD5 64b40b8a38c874cf0fc0e538b7cd0630
BLAKE2b-256 4a091ec85ba1f835391d0ab88600f0c078eb4fe45c150c277f1c7fe7a74ba5b0

See more details on using hashes here.

File details

Details for the file pro_kabaddi_data-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for pro_kabaddi_data-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a7c360ed7f9fd5fb24814d94c7eb38fc816a6d5c039bd190da24f3a178e9995e
MD5 bac233ccd7d9a5733c021b11d867f5a3
BLAKE2b-256 2c90a754031b5dfe4b285984057fa99c0a2e0fbe360b416ebdc9d7ce9d92d3cd

See more details on using hashes here.

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