Skip to main content

No project description provided

Project description

onefootball_network

Python client for the OneFootball Network API

Platform Code style: black

This package contains a python client for the OneFootball Network API. It allows OneFootball’s content partners to publish articles onto the OneFootball platform. It also allows partners to update and delete articles that they have already published to the OneFootball platform.

The API can be used by partners to set up their own services such that content published on their sites is automatically sent to OneFootball and natively integrated onto the OneFootball platform for OneFootball users.

Please note that the OneFootball Network is a closed, invite-only platform and only authorized content partners are able to use the OneFootball Network API.

🚀 Quickstart

You can install onefootball-network-api-py from pip:

pip install onefootball-network-api-py

The package includes a OneFootballNetwork class which has all methods you need to interact with the api.

# main.py
from onefootball_network import OneFootballNetwork

of = OneFootballNetwork()

of.get_articles(external_id="25657")

🔧 Development

If you want to contribute to this repository, clone the git repository and run:

make develop
make test
make serve-docs

Release History

  • 0.1.0: first release

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

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

onefootball_network-0.1.1.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

onefootball_network-0.1.1-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

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