Skip to content

Scraping and parsing data from the LiveScores section of the Goal.com website.

Notifications You must be signed in to change notification settings

arman324/Web-Scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Live Football Scores

Overview

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.

Goal

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.

Requirements

  • Python 3.7.4
  • pip install beautifulsoup4
  • import requests
  • from bs4 import BeautifulSoup

How to Run

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.

Output

the output of this code is something like this =>

Screen Shot 2020-03-01 at 6 46 04 PM

Support

Reach out to me at riasiarman@yahoo.com.

About

Scraping and parsing data from the LiveScores section of the Goal.com website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages