syxolk / euro2024

Euro 2024: Betting with your friends
https://www.wetten2024.de
54 stars 22 forks source link

Auto-update match scores and teams #49

Closed syxolk closed 3 months ago

syxolk commented 6 years ago

Some people requested to get automatic score updates for the Euro 2016, see here: #16

mircea-n commented 6 years ago

hi! i think i solved this, but i can't upload my changes. git push -u origin issue-49 fatal: HttpRequestException encountered. An error occurred while sending the request. remote: Permission to syxolk/euro2016.git denied

syxolk commented 6 years ago

Thanks! You have to fork my repository, push your branch to the fork and then create a pull request.

mircea-n commented 6 years ago

yes, i figure that after i posted the comment :smile: see pull request #60

syxolk commented 3 months ago

For the last world cup I implemented this using FIFA's own (internal) API: https://api.fifa.com/api/v3/calendar/matches?count=100&idSeason=255711

For this Euro 2204, I will use UEFA's own API: https://match.uefa.com/v5/matches?competitionId=3&offset=0&limit=51 However, this is not yet implemented.