Skip to content

malfasih/LiveScores-Scraper-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Soccer livescores scrapper written in Python

Python webscrapper that gets the scores from livescores.com.

Requirements:

BeautifulSoup. urllib.request.

Usage:

To execute the script, simply type in the console:

  1. No parameter
  • Prints all the listed games in the website:

    ex:

    python livescores.py

  1. With parameter (--active or --not_active)
  • --active -> only games that had begun or are finished.

  • --not_active -> games that did not begin yet.

    ex:

    python livescores.py --active

    or

    python livescores.py --not_active

About

Soccer livescores scraper script in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published