https://github.com/stirt/FootballScores/blob/master/app.py
I guided a friend through making this yesterday, I know the code isn't perfect, but it might give people some ideas.
It was made in an hour, from a starting point of my friend not knowing heroku or flask-classy, with just a generic python class that pulled JSON from the BBC.
tl;dr: use the right tools, you can make something quickly that is easy to extend (methods like league and team) and will host with zero cost and little work, and should be able to take lots of hits per second, due to caching.
I guided a friend through making this yesterday, I know the code isn't perfect, but it might give people some ideas.
It was made in an hour, from a starting point of my friend not knowing heroku or flask-classy, with just a generic python class that pulled JSON from the BBC.
tl;dr: use the right tools, you can make something quickly that is easy to extend (methods like league and team) and will host with zero cost and little work, and should be able to take lots of hits per second, due to caching.