معرفی شرکت ها


espn-api-0.9.4


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

ESPN API
ویژگی مقدار
سیستم عامل -
نام فایل espn-api-0.9.4
نام espn-api
نسخه کتابخانه 0.9.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Christian Wendt
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/cwendt94/espn-api
آدرس اینترنتی https://pypi.org/project/espn-api/
مجوز -
![](https://github.com/cwendt94/espn-api/workflows/Espn%20API/badge.svg) ![](https://github.com/cwendt94/espn-api/workflows/Espn%20API%20Integration%20Test/badge.svg) [![codecov](https://codecov.io/gh/cwendt94/espn-api/branch/master/graphs/badge.svg)](https://codecov.io/gh/cwendt94/espn-api) [![Join the chat at https://gitter.im/ff-espn-api/community](https://badges.gitter.im/ff-espn-api/community.svg)](https://gitter.im/ff-espn-api/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![PyPI version](https://badge.fury.io/py/espn-api.svg)](https://badge.fury.io/py/espn-api)<a target="_blank" href="https://www.python.org/downloads/" title="Python version"><img src="https://img.shields.io/badge/python-%3E=_3.8-teal.svg"></a> ## ESPN API This package uses ESPN's Fantasy API to extract data from any public or private league for **Fantasy Football and Basketball (NHL, MLB, and WNBA are in development)**. Please feel free to make suggestions, bug reports, and pull request for features or fixes! This package was inspired and based off of [rbarton65/espnff](https://github.com/rbarton65/espnff). ## Installing With Git: ``` git clone https://github.com/cwendt94/espn-api cd espn-api python3 setup.py install ``` With pip: ``` pip install espn_api ``` ## Usage ### [For Getting Started and API details head over to the Wiki!](https://github.com/cwendt94/espn-api/wiki) ```python # Football API from espn_api.football import League # Basketball API from espn_api.basketball import League # Hockey API from espn_api.hockey import League # Baseball API from espn_api.baseball import League # Init league = League(league_id=222, year=2019) ``` ### Run Tests ``` python3 setup.py nosetests ``` ## [Discussions](https://github.com/cwendt94/espn-api/discussions) (new) If you have any questions about the package, ESPN API data, or want to talk about a feature please start a [discussion](https://github.com/cwendt94/espn-api/discussions)! ## Issue Reporting If you find a bug follow the steps below for reporting. 1. Open a [new issue](https://github.com/cwendt94/espn-api/issues) with a brief description of the bug for the title. In the title also add which sport (Football or Basketball) 2. Run the application in debug mode to view ESPN API request's and response's ```python # ... import statement above league = League(league_id=1245, year=2019, debug=True) ``` The application will print all requests and the response from ESPN's API in the console. I would suggest piping the console output to a text file as it will be a lot of data. 3. Find the last log before the crash and copy it in the issue descrption with the line number of the crash or possible bug. 4. Submit the new issue! I will try to comment on the issue as soon as possible with my thoughts and possible fix!


نحوه نصب


نصب پکیج whl espn-api-0.9.4:

    pip install espn-api-0.9.4.whl


نصب پکیج tar.gz espn-api-0.9.4:

    pip install espn-api-0.9.4.tar.gz