mobfot


Namemobfot JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryAn unofficial Python client for the FotMob API
upload_time2024-05-08 01:22:19
maintainerNone
docs_urlNone
authorBrian Greenwood
requires_python>=3.7
licenseMIT
keywords fotmob soccer api football
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mobfot

[![license](https://img.shields.io/github/license/bgrnwd/mobfot.svg)](LICENSE)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
![pypi](https://img.shields.io/pypi/v/mobfot?color=green)
[![PyPI download month](https://img.shields.io/pypi/dm/mobfot.svg)](https://pypi.python.org/pypi/mobfot/)
![Python CI](https://github.com/bgrnwd/mobfot/workflows/Python%20CI/badge.svg)

An unofficial Python client for the [FotMob](https://www.fotmob.com/) API

## Table of Contents

- [mobfot](#mobfot)
  - [Table of Contents](#table-of-contents)
  - [Install](#install)
  - [Usage](#usage)
    - [Quick Start](#quick-start)
  - [Contributing](#contributing)
  - [License](#license)

## Install

```sh
pip install mobfot
```

## Usage

### Quick Start

```python
from mobfot import MobFot
client = MobFot()
client.get_matches_by_date("20221205")
```

## Contributing

- Feel free to [open an issue](https://github.com/bgrnwd/mobfot/issues/new) or submit a pull request.

## License

[MIT](./LICENSE) © Brian Greenwood

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mobfot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "fotmob, soccer, api, football",
    "author": "Brian Greenwood",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b8/9a/7b798950966eb35b8d4558d47c9bb328ab126099743cf8fd6fec117b003e/mobfot-1.3.0.tar.gz",
    "platform": null,
    "description": "# mobfot\n\n[![license](https://img.shields.io/github/license/bgrnwd/mobfot.svg)](LICENSE)\n[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)\n![pypi](https://img.shields.io/pypi/v/mobfot?color=green)\n[![PyPI download month](https://img.shields.io/pypi/dm/mobfot.svg)](https://pypi.python.org/pypi/mobfot/)\n![Python CI](https://github.com/bgrnwd/mobfot/workflows/Python%20CI/badge.svg)\n\nAn unofficial Python client for the [FotMob](https://www.fotmob.com/) API\n\n## Table of Contents\n\n- [mobfot](#mobfot)\n  - [Table of Contents](#table-of-contents)\n  - [Install](#install)\n  - [Usage](#usage)\n    - [Quick Start](#quick-start)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n## Install\n\n```sh\npip install mobfot\n```\n\n## Usage\n\n### Quick Start\n\n```python\nfrom mobfot import MobFot\nclient = MobFot()\nclient.get_matches_by_date(\"20221205\")\n```\n\n## Contributing\n\n- Feel free to [open an issue](https://github.com/bgrnwd/mobfot/issues/new) or submit a pull request.\n\n## License\n\n[MIT](./LICENSE) \u00a9 Brian Greenwood\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "An unofficial Python client for the FotMob API",
    "version": "1.3.0",
    "project_urls": {
        "homepage": "https://bgrnwd.com/mobfot/",
        "repository": "https://github.com/bgrnwd/mobfot"
    },
    "split_keywords": [
        "fotmob",
        " soccer",
        " api",
        " football"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "028d8c909f7f8b4ae03f7aef856fb168b948ac66f88721366baecbde0d26143d",
                "md5": "105e58936aba7decb058e20d47d9c2fe",
                "sha256": "3e247a0a744d7c46a270e994ff3743a2616f21c20285cdacdf32d8b2759024d3"
            },
            "downloads": -1,
            "filename": "mobfot-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "105e58936aba7decb058e20d47d9c2fe",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4685,
            "upload_time": "2024-05-08T01:22:18",
            "upload_time_iso_8601": "2024-05-08T01:22:18.270294Z",
            "url": "https://files.pythonhosted.org/packages/02/8d/8c909f7f8b4ae03f7aef856fb168b948ac66f88721366baecbde0d26143d/mobfot-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b89a7b798950966eb35b8d4558d47c9bb328ab126099743cf8fd6fec117b003e",
                "md5": "82d12b8c6896e333e884a708926348db",
                "sha256": "ffb2b1ff39b69624b8e0a8a66ec6548914578cb704f516ac4090478541c73744"
            },
            "downloads": -1,
            "filename": "mobfot-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "82d12b8c6896e333e884a708926348db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4598,
            "upload_time": "2024-05-08T01:22:19",
            "upload_time_iso_8601": "2024-05-08T01:22:19.227933Z",
            "url": "https://files.pythonhosted.org/packages/b8/9a/7b798950966eb35b8d4558d47c9bb328ab126099743cf8fd6fec117b003e/mobfot-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-08 01:22:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bgrnwd",
    "github_project": "mobfot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "mobfot"
}
        
Elapsed time: 0.25627s