Skip to content

Releases: n-eq/kooora-unofficial-api

v1.2

01 Oct 14:23
b6669da
Compare
Choose a tag to compare

What's Changed

  • Drop support for python 3.5
  • Use actions/setup-python@v2 in tests setup
  • Update requests: use 2.27.0 version
  • Update urllib3: use 1.26.5 version

Full Changelog: v1.1...v1.2

v1.1

13 Nov 20:51
b37ebf4
Compare
Choose a tag to compare

Add support for Python version 3.8, 3.9 and 3.10

v1.0

11 Nov 21:19
Compare
Choose a tag to compare

Update README.md file

v0.2

11 Jul 21:12
Compare
Choose a tag to compare

Features

Fetch matches by date : Use '/matches' routes to download matches by date, create helper functions to get yesterday, today and tomorrow matches.

Bug fixes