Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 535 Bytes

README.rst

File metadata and controls

31 lines (19 loc) · 535 Bytes

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