Skip to content

muladzevitali/futbol24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Futbol24 parser files:

  • parser.py - get main page standings
  • get_matches - get match details from main page link

Implemented functions

  • matching_matches() -- Check if goal was in the interval: [start_time, end_time]
  • number_of_goals_in_interval() -- Counts number of goals in the interval: [start_time, end_time]
  • number_of_goals_team() -- Counts number of goals of home or guest team in the interval: [start_time, end_time]

Note:

Run 'pip install -r requirements.txt' for installing project requirements

Releases

No releases published

Packages

No packages published