No project description provided
Project description
onefootball_network
Python client for the OneFootball Network API
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
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
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
Built Distribution
File details
Details for the file onefootball_network-0.1.1.tar.gz
.
File metadata
- Download URL: onefootball_network-0.1.1.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b422ede3441cbed0d43e65720dcaf74e9bb4cee22b3b457441c16603773f9bb4 |
|
MD5 | a18f353e7cd36e05530ffeb71ac55e0a |
|
BLAKE2b-256 | 77c4d64c8c2f7ac0aa5093808a027d7b710157c52ec2f28a1346abeb0bceecde |
File details
Details for the file onefootball_network-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: onefootball_network-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.3.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06b27601d3ceacda1fce5885adb6948262611d00361ebcaede1d525e2f5d9f90 |
|
MD5 | 758f09ada4b858c4bb2c9ba15f9dfdc0 |
|
BLAKE2b-256 | dc79f27a6127913278731ed19b0a1392ed60eb5d03ca22d6d8b3c424ce3b5f7e |