Asynchronous wrapper for football API from API-SPORTS
Project description
apisports_football
It's a handy API wrapper that makes it easy to work with https://www.api-football.com/.
Official documentation: https://www.api-football.com/documentation-v3
Installing
- With git
git clone https://github.com/h3ave/apisports_football
cd apisports_football
pip install -r requirements.txt
Dependencies
- Python >= 3.7
- aiohttp
- pydantic
- typing-extensions
Getting API Key
Register on API-Sports.
Go to profile and copy key from API-Key field.
Usage example
import asyncio
from apisports_football.wrapper import Wrapper
api = Wrapper('TOKEN_HERE')
async def main() -> None:
data = await api.leagues().leagues(
country = 'Spain',
season = 2024
)
print(data)
if __name__ == '__main__':
asyncio.run(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
apisports_football-1.0.1.tar.gz
(14.9 kB
view details)
File details
Details for the file apisports_football-1.0.1.tar.gz
.
File metadata
- Download URL: apisports_football-1.0.1.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 255adfafe34eaa46d0d85eea926e37cc9d685073e695ac403535dc6d142dfd62 |
|
MD5 | d6cf6b89edb01a11cbad8a7e30aab8a4 |
|
BLAKE2b-256 | c1cfc539b97ed40b591e22dfdbae37f1773488dd07c252e75dd32bc30203615d |