mobfot


Namemobfot JSON
Version 1.2.0 PyPI version JSON
download
home_page
SummaryA Python wrapper around the unofficial FotMob API
upload_time2023-08-22 02:57:33
maintainer
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)

A Python wrapper around the unofficial [FotMob](https://www.fotmob.com/) API

## Table of Contents

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

## Install

```sh
pip install mobfot
```

## Usage

```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": "",
    "name": "mobfot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "fotmob,soccer,api,football",
    "author": "Brian Greenwood",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ae/c0/52daf32ca5c86d51ad68fc1dfadaef60713cb08132e0d384abd102445c7c/mobfot-1.2.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\nA Python wrapper around the unofficial [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  - [Contributing](#contributing)\n  - [License](#license)\n\n## Install\n\n```sh\npip install mobfot\n```\n\n## Usage\n\n```python\nfrom mobfot import MobFot\nclient = MobFot()\nclient.get_matches_by_date(\"20221205\")\n```\n\n## Contributing\n\nFeel 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": "A Python wrapper around the unofficial FotMob API",
    "version": "1.2.0",
    "project_urls": {
        "homepage": "https://github.com/bgrnwd/mobfot",
        "repository": "https://github.com/bgrnwd/mobfot"
    },
    "split_keywords": [
        "fotmob",
        "soccer",
        "api",
        "football"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20f866cb4afb973d6305abc023d151846cc0d7b9b0bf5745d9551c092b87cab6",
                "md5": "0e6924f8db734df6919af174c389ad55",
                "sha256": "3632fdb1e9bdfd470a73b576c5e72d25f158430fa151a61c3b12cfabd13301bc"
            },
            "downloads": -1,
            "filename": "mobfot-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0e6924f8db734df6919af174c389ad55",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4079,
            "upload_time": "2023-08-22T02:57:31",
            "upload_time_iso_8601": "2023-08-22T02:57:31.710186Z",
            "url": "https://files.pythonhosted.org/packages/20/f8/66cb4afb973d6305abc023d151846cc0d7b9b0bf5745d9551c092b87cab6/mobfot-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aec052daf32ca5c86d51ad68fc1dfadaef60713cb08132e0d384abd102445c7c",
                "md5": "53337d141de5c639ff3f787cdfa3a2b0",
                "sha256": "ada83f67987f888fb61c1cddf803398aa5decec9584d3305ca6d13080389a88e"
            },
            "downloads": -1,
            "filename": "mobfot-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "53337d141de5c639ff3f787cdfa3a2b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3914,
            "upload_time": "2023-08-22T02:57:33",
            "upload_time_iso_8601": "2023-08-22T02:57:33.147028Z",
            "url": "https://files.pythonhosted.org/packages/ae/c0/52daf32ca5c86d51ad68fc1dfadaef60713cb08132e0d384abd102445c7c/mobfot-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-22 02:57:33",
    "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.10224s