Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ligas

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ligas

fetch soccer data with different ip and web browser

  • 1.0.7
  • PyPI
  • Socket score

Maintainers
1

ligas logo

pypi version badge documentation status badge monthly pypi downloads badge

Discord invite link badge Buy Me A Coffee badge

Table of Contents

Aims and Objectives

Introducing ligas, a Python package designed to revolutionize access to soccer data. No more tedious football api, copy-pasting, or manual data entry—ligas makes it effortless for anyone with basic Python knowledge to tap into a world of soccer statistics. By streamlining the process, ligas allows you to focus on analysis and insights, whether you're a data scientist, analyst, or simply a soccer enthusiast. With ligas, the complex task of gathering and managing soccer data becomes simple, empowering you to explore and enjoy the beautiful game like never before.

Usage

Install

To install ligas, run

$ pip install ligas

FBref

Data have been scraped from the following sources:

eg:

$ pip install ligas
$ from ligas import Fbref
$ Fbref.TeamInfos(team: str, league: str)

Fbref contain the following modules

NameDescription
TeamInfos(team: str, league: str) -> dictClass or function to get information about a specific team.
TeamsInfo(league: str) -> dictRetrieves information about multiple teams.
HeadHeadByTeam(team: str, year: str, league: str) -> dictRetrieves head-to-head statistics by team.
MatchReportByTeam(team: str, year: str, league: str)Generates a match report for a specific team.
FixturesByTeam(team: str, year: str, league: str)Lists the fixtures for a given team.
Matches(date: str, year: str, league: str)Provides general information about matches.
HeadHead(year: str, league: str) -> dictRetrieves head-to-head statistics between two teams.
MatchReport(year: str, league: str) -> dictGenerates a detailed match report.
Fixtures(year: str, league: str) -> dictLists fixtures for a league or team.
TopScorer(league: str, currentSeason: str) -> dictRetrieves the top scorer of a league for the current season.
TopScorers( league: str) -> dictRetrieves the top scorers of a league.
LeagueInfos(year: str, league: str) -> dictGets information about a specific league for a given year.
get_valid_seasons(league: str) -> SeasonUrlsRetrieves the valid seasons for a given league.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc