Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 715 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 715 Bytes

Goalnator

Goalnator provides on weekly basis football betting predictions HI (Human intelligence) based

Architecture

In this MVP version Goalnator will:

  1. Do some web scraping to get the most recent football stats based on the championships listed in src/config/web-scraping-config.json
  2. Apply the "Short prediction" algorithm that i will explain separately (TBD)
  3. Send emails with predictions on weekly basics. This should be implemented separately using for example the event bridge scheduler

How to run the code locally

[TBD]

How to run the code in AWS Lambda

[TBD]

Prediction algorithms

[TBD]