sportradar-unofficial


Namesportradar-unofficial JSON
Version 0.1.15 PyPI version JSON
download
home_pagehttp://github.com/ggurjar333/sportradar-unofficial
SummaryAn unofficial python package to access sportradar NFL APIs.
upload_time2024-03-01 11:36:46
maintainer
docs_urlNone
authorGaurav Gurjar, John Bonnett, John Bassie
requires_python
licenseMIT
keywords sport analysis sport statistics sport data analysis scraping data collection data processing mongodb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Sportradar Unofficial
## Disclaimer

This Python package provides access to sport data API offered by Sportradar. Please read and understand the following disclaimer before using this package:

### Usage

The use of this package requires valid API credentials issued by Sportradar. By using this package, you acknowledge and agree to the following:

1. This software is provided 'as is' and without any warranty, express or implied.
2. The developer is not responsible for any issues, damages, or consequences arising from the use of this package.
3. Any use of the API credentials is solely your responsibility, and you must comply with Sportradar's terms of service and usage policies.
4. The developer does not claim any endorsement or authorization from Sportradar for the development or distribution of this package.

### Recommendations

It is highly recommended to review Sportradar's terms of service and privacy policy before using this package. If you have any legal or privacy concerns, please refrain from using this software.

---

**An unofficial python package to access Sportradar NFL APIs**

This package allows you to easily extract sports data for analysis and predictive modeling with a simple interface to access NFL APIs.

## Installation

You can install the `sportradar-unofficial` python package via pip:
```bash
pip install sportradar-unofficial
```

## 📝 Notebooks

A list of notebooks and articles related to ETL pipelines.

### Tools

| Notebook              | Description                                      | Notebook |
|-----------------------|--------------------------------------------------|----------|
| 🧐 NFL-Stats Examples | Simulation and Game Feeds ETL pipeline           | <a href="https://colab.research.google.com/drive/1qKTaGMNYZBAve7JCDEhtISV_sAf0RcEy?usp=sharing"><img src="img/colab.svg" alt="Open In Colab"></a> |


More examples and features will be available on [GitHub](https://www.github.com/ggurjar333/sportradar-unofficial)

## Contributing

We absolutely love contributions! If you would like to contribute to `sportradar-unofficial`, please follow these steps:

### Setting up the Project

1. Fork the repository: On the top-right of this page, click on the Fork button. This creates a copy of the `sportradar-unofficial` repository in your own GitHub account.

2. Clone the repository: Now, clone this new repository onto your local machine. This creates a local copy that you can edit.

   ```bash
   git clone https://github.com/ggurjar333/sportradar-unofficial.git
   ```

3. Create a new branch for your changes: Use `git checkout -b branch-name` to create a new branch and switch to it. The branch name could be the feature you want to add or fix.

### Making the Changes

1. Make the changes in your local copy of the repository.

2. Test your changes thoroughly to ensure everything is working as expected.

3. Document your changes. Make sure your code is commented and the repository documentation is updated to reflect your changes.

### Submitting Contributions

1. Stage and commit your changes: Once you are satisfied with your changes, stage and commit them.

   ```bash
   git add .
   git commit -m "Your detailed commit message"
   ```

2. Push your changes to your forked repository on GitHub.

   ```bash
   git push origin branch-name
   ```

3. Create a Pull Request: Go to your forked repository on

## Author(s)
- [John Bonnett](https://www.linkedin.com/in/john-bonnett-ba89909b/)
- [Gaurav Gurjar](https://www.linkedin.com/in/ggurjarsocl/)
- [John Bassie](https://www.linkedin.com/in/john-bassey-991a99107)

## License

This project is licensed under the MIT License. Please see the [LICENSE.txt](LICENSE.txt) file for details.

## Acknowledgements

Shout out to all the Sports enthusiasts and Data Engineers/Scientists!

### Contact Information

For any inquiries or concerns, please contact:

Gaurav Gurjar
- [LinkedIn](https://www.linkedin.com/in/ggurjarsocl/)

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/ggurjar333/sportradar-unofficial",
    "name": "sportradar-unofficial",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "sport analysis,sport statistics,sport data analysis,scraping,data collection,data processing,MongoDB",
    "author": "Gaurav Gurjar, John Bonnett, John Bassie",
    "author_email": "ggurjar333@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/69/c7/c367d71b8fc703bc5def15e03b7c8028bef24d0959340bc281b6552862c4/sportradar_unofficial-0.1.15.tar.gz",
    "platform": null,
    "description": "# Sportradar Unofficial\n## Disclaimer\n\nThis Python package provides access to sport data API offered by Sportradar. Please read and understand the following disclaimer before using this package:\n\n### Usage\n\nThe use of this package requires valid API credentials issued by Sportradar. By using this package, you acknowledge and agree to the following:\n\n1. This software is provided 'as is' and without any warranty, express or implied.\n2. The developer is not responsible for any issues, damages, or consequences arising from the use of this package.\n3. Any use of the API credentials is solely your responsibility, and you must comply with Sportradar's terms of service and usage policies.\n4. The developer does not claim any endorsement or authorization from Sportradar for the development or distribution of this package.\n\n### Recommendations\n\nIt is highly recommended to review Sportradar's terms of service and privacy policy before using this package. If you have any legal or privacy concerns, please refrain from using this software.\n\n---\n\n**An unofficial python package to access Sportradar NFL APIs**\n\nThis package allows you to easily extract sports data for analysis and predictive modeling with a simple interface to access NFL APIs.\n\n## Installation\n\nYou can install the `sportradar-unofficial` python package via pip:\n```bash\npip install sportradar-unofficial\n```\n\n## \ud83d\udcdd Notebooks\n\nA list of notebooks and articles related to ETL pipelines.\n\n### Tools\n\n| Notebook              | Description                                      | Notebook |\n|-----------------------|--------------------------------------------------|----------|\n| \ud83e\uddd0 NFL-Stats Examples | Simulation and Game Feeds ETL pipeline           | <a href=\"https://colab.research.google.com/drive/1qKTaGMNYZBAve7JCDEhtISV_sAf0RcEy?usp=sharing\"><img src=\"img/colab.svg\" alt=\"Open In Colab\"></a> |\n\n\nMore examples and features will be available on [GitHub](https://www.github.com/ggurjar333/sportradar-unofficial)\n\n## Contributing\n\nWe absolutely love contributions! If you would like to contribute to `sportradar-unofficial`, please follow these steps:\n\n### Setting up the Project\n\n1. Fork the repository: On the top-right of this page, click on the Fork button. This creates a copy of the `sportradar-unofficial` repository in your own GitHub account.\n\n2. Clone the repository: Now, clone this new repository onto your local machine. This creates a local copy that you can edit.\n\n   ```bash\n   git clone https://github.com/ggurjar333/sportradar-unofficial.git\n   ```\n\n3. Create a new branch for your changes: Use `git checkout -b branch-name` to create a new branch and switch to it. The branch name could be the feature you want to add or fix.\n\n### Making the Changes\n\n1. Make the changes in your local copy of the repository.\n\n2. Test your changes thoroughly to ensure everything is working as expected.\n\n3. Document your changes. Make sure your code is commented and the repository documentation is updated to reflect your changes.\n\n### Submitting Contributions\n\n1. Stage and commit your changes: Once you are satisfied with your changes, stage and commit them.\n\n   ```bash\n   git add .\n   git commit -m \"Your detailed commit message\"\n   ```\n\n2. Push your changes to your forked repository on GitHub.\n\n   ```bash\n   git push origin branch-name\n   ```\n\n3. Create a Pull Request: Go to your forked repository on\n\n## Author(s)\n- [John Bonnett](https://www.linkedin.com/in/john-bonnett-ba89909b/)\n- [Gaurav Gurjar](https://www.linkedin.com/in/ggurjarsocl/)\n- [John Bassie](https://www.linkedin.com/in/john-bassey-991a99107)\n\n## License\n\nThis project is licensed under the MIT License. Please see the [LICENSE.txt](LICENSE.txt) file for details.\n\n## Acknowledgements\n\nShout out to all the Sports enthusiasts and Data Engineers/Scientists!\n\n### Contact Information\n\nFor any inquiries or concerns, please contact:\n\nGaurav Gurjar\n- [LinkedIn](https://www.linkedin.com/in/ggurjarsocl/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An unofficial python package to access sportradar NFL APIs.",
    "version": "0.1.15",
    "project_urls": {
        "Homepage": "http://github.com/ggurjar333/sportradar-unofficial"
    },
    "split_keywords": [
        "sport analysis",
        "sport statistics",
        "sport data analysis",
        "scraping",
        "data collection",
        "data processing",
        "mongodb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ddf6355a0949f7409585c0e6c08e0f3abcbf12b3efb279dafce81d659c2d9ca2",
                "md5": "8fd3f8b38fb7a5a36b055fe2745b3c64",
                "sha256": "b1ff549d012cb693888714ecd18c3e671a31704c346658b8150c9e69c08d47fb"
            },
            "downloads": -1,
            "filename": "sportradar_unofficial-0.1.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fd3f8b38fb7a5a36b055fe2745b3c64",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 35241,
            "upload_time": "2024-03-01T11:36:45",
            "upload_time_iso_8601": "2024-03-01T11:36:45.258119Z",
            "url": "https://files.pythonhosted.org/packages/dd/f6/355a0949f7409585c0e6c08e0f3abcbf12b3efb279dafce81d659c2d9ca2/sportradar_unofficial-0.1.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69c7c367d71b8fc703bc5def15e03b7c8028bef24d0959340bc281b6552862c4",
                "md5": "db1ffd4bb674a193225e23102585bc24",
                "sha256": "dbd9e8d934e9b63c92f33b8266057e2a96b27bc3518ffbf20d116d90430464cb"
            },
            "downloads": -1,
            "filename": "sportradar_unofficial-0.1.15.tar.gz",
            "has_sig": false,
            "md5_digest": "db1ffd4bb674a193225e23102585bc24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19652,
            "upload_time": "2024-03-01T11:36:46",
            "upload_time_iso_8601": "2024-03-01T11:36:46.870336Z",
            "url": "https://files.pythonhosted.org/packages/69/c7/c367d71b8fc703bc5def15e03b7c8028bef24d0959340bc281b6552862c4/sportradar_unofficial-0.1.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-01 11:36:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ggurjar333",
    "github_project": "sportradar-unofficial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sportradar-unofficial"
}
        
Elapsed time: 0.20676s