The incredible amount of data on the Internet is a rich resource for any field of research or personal interest. Web scraping is a data scraping used for extracting data from websites.
In this project, I want to extract data from the Live Scores section of the goal.com website. So after running this code, you get the latest live football scores, results & fixtures from across the world, including Premier League, La Liga, Serie A and ... , then tell you what the important matches are.
- Python 3.7.4
pip install beautifulsoup4
import requests
from bs4 import BeautifulSoup
You just need to run this command python3 runWebScraping.py
in your terminal, then the program is updated every 1 minute to give you the latest scores.
the output of this code is something like this =>
Reach out to me at riasiarman@yahoo.com.