OVP, a web crawler for sports, is now open-source
OVP is an online schedule providing broadcasting information for sports I enjoy watching. No rocket science involved.
It is a regular Phoenix application that uses Phoenix LiveView, DETS, and GenServers. Wallaby and Floki are used for the web crawlers, but the goal is to keep things simple and leverage almost everything from a what a standard Phoenix application provides. The project is deployed on Hetzner.
The original idea was to scratch my own itch, so don’t expect cutting-edge solutions or groundbreaking software design. It’s simple, no tests, but delivers on its promises.
Here’s the link to the repository: https://github.com/mssantos/ovp
Here’s the link to the app: https://ondevaipassar.xyz
Read next Map lookup in Elixir - a taxonomy