项目作者: dundalkian

项目描述 :
CLI tool to fetch English Football League standings for all major divisions.
高级语言: Python
项目地址: git://github.com/dundalkian/mefl.git
创建时间: 2019-09-28T22:58:09Z
项目社区:https://github.com/dundalkian/mefl

开源协议:MIT License

下载


mefl - League Tables for English Football League

About

mefl allows users to fetch the (hopefully) up-to-date league tables of the EFL, including the top 4 divisions currently.
The data comes from wikipedia.

Note: The league tables on wikipedia are pretty much all in the same format, if so its pretty trivial to add your own leagues to this, simply find the wiki template page for the league table and add an option to the argument parser. I’ll likely update this if I need any other league’s stats.

Usage

Invoke ‘mefl’ with one of the allowed values found in the help screen, the EFL Championship is the default value if no input provided:

mefl Premier_League

You may also provide a shortened version of your desired division, as long as it is a unique match, this command has the same effect as the last:

mefl pre

Requirements

Python3.X

bs4

ptable