Skip to main content

SDK Python officiel pour l'API SportNews - Accédez aux actualités sportives en temps réel

Project description

SportNews API SDK

Un SDK Python officiel pour l'API SportNews, offrant un accès simplifié aux actualités sportives en temps réel. Cette bibliothèque permet aux développeurs d'intégrer facilement des flux d'actualités sportives dans leurs applications Python.

Installation

pip install sportnews-api

Utilisation

from sportnews import SportNewsAPI

# Initialisation du client avec votre clé API
api = SportNewsAPI('VOTRE_CLE_API')

# Récupération des dernières actualités
news = api.get_latest_news(
    limit=10,
    language='fr'
)

# Affichage d'un article
article = news[0]
print(f"Titre: {article.title}")
print(f"Date: {article.published}")
print(f"Description: {article.description}")
print(f"Sport: {article.sport}")

Fonctionnalités principales

  • Récupération des dernières actualités sportives
  • Recherche d'articles avec filtres avancés
  • Support multilingue (FR, EN, ES, IT, DE)
  • Pagination des résultats
  • Gestion des erreurs robuste
  • Validation automatique des paramètres
  • Support des dates pour la recherche temporelle

Langues supportées

  • Français (fr)
  • Anglais (en)
  • Espagnol (es)
  • Italien (it)
  • Allemand (de)

Licence

Ce projet est sous licence MIT.

Support

Développé et maintenu par l'équipe SportNews API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sportnews_api-0.1.1.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

sportnews_api-0.1.1-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file sportnews_api-0.1.1.tar.gz.

File metadata

  • Download URL: sportnews_api-0.1.1.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.14

File hashes

Hashes for sportnews_api-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fafda9a919061c24d79d2c7c2d8922cf85a0a204c8d8c7bdb48c38b0348e824b
MD5 0264f0b4ca585a38cdd54d55daeb5c5d
BLAKE2b-256 5f4c282d5c3a0094aa0ba27a787ef6b9db22b10bef41b122a186c131e14ad4ed

See more details on using hashes here.

File details

Details for the file sportnews_api-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for sportnews_api-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f590d64c28d69565cac0d457dd359b93c6e9a1dd3251cac431d8678ec5a337d6
MD5 2e3f043257cb0d8fdc7ab4640d9961e1
BLAKE2b-256 794383f4cd388f2544c726696ba0002e93e3b833744df3b0fe49e6c937ad4f7e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page