https://s3-us-west-2.amazonaws.com/secure.notion-static.com/10e33a8f-192e-4aa2-b444-4d4388173f5a/red_logo.png

FootyLinks is a Python/Flask web app that I created for fun which scrapes data for live football games, links for streams and highlights all in one place. No logins or emails required, and there will never be Ads. This is purely for fixing those football cravings without the headache of clicking through multiple websites.😀

Background on the project

The entire project does not use any database back-end or login functionalities, it just scrapes data from different websites and Subreddits. I couldn't find any code samples or previous projects to guide me through the process so most of the following documentation is self-taught (may be messy at times).

Download Source Code

jctissier/Euro2016_TerminalApp

Demo

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/54bcaa6f-e6e1-42e9-bd90-aa7b770d4ded/livestreams.gif

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/019b96bf-7e6c-48a1-9bdf-ca1719477a88/highlights_stream.gif

Table of Content

Setup & Project Structure

Setting Up Flask with PyCharm

Deployment on Heroku

Tip