/acff

API for Royal Belgian Football Association

Primary LanguagePythonMIT LicenseMIT

API for Royal Belgian Football Association

Install

pip install acff

Example

from acff.client import Acff

sha256Hash = 'e882264b79eaabb7f66f94101fc81921565fa9496ea0c9604e8c6115b83a527a'
client = Acff(sha256Hash)
result = client.get_club(2248, 'en')

Donation