AdrKacz / probable-couscous

Ready for some couscous? 🥘
MIT License
0 stars 0 forks source link

⭐️ Add a parser for Winamax #3

Closed AdrKacz closed 11 months ago

AdrKacz commented 11 months ago

Is your feature request related to a problem? Please describe. Retrieve matches from Winamax

Describe the solution you'd like Get the matches as a neat JSON that you can use or store later

Additional context You can either look for API call or parse the Website, both are likely subject to anti-bot policy, especially the API, parsing the Website is surely safer in the long run, need to balance both.

You can use ChatGPT to help you build a parser with Pupeteer, see this Youtube video for example: https://www.youtube.com/watch?v=qo_fUjb02ns

A working parser can be found here: https://github.com/AdrKacz/probable-couscous/blob/main/winamax.js

AdrKacz commented 11 months ago

Wrong repo, close it