All Projects → SkullCarverCoder → wc18-cli

SkullCarverCoder / wc18-cli

Licence: other
An easy command line interface for the 2018 World Cup

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wc18-cli

Begoneads
BeGoneAds is a script that puts some popular hosts file lists into the systems hosts file as a adblocker measure.
Stars: ✭ 314 (+1993.33%)
Mutual labels:  requests, click
worldcup.json
Free open public domain football data for the world cups in JSON incl. Russia 2018 and more - No API key required ;-)
Stars: ✭ 156 (+940%)
Mutual labels:  worldcup, worldcup2018
footty
footty gem - football.db command line client for european ("euro") championship 2020 (in 2021) and more - who's playing today?
Stars: ✭ 15 (+0%)
Mutual labels:  worldcup, worldcup2018
worldcup
Free open public domain football data for the World Cup (incl. Qatar 2022, Russia 2018, Brazil 2014, etc.) and World Cup Quali(fiers)
Stars: ✭ 530 (+3433.33%)
Mutual labels:  worldcup, worldcup2018
weibo topic
微博话题关键词,个人微博采集, 微博博文一键删除 selenium获取cookie,requests处理
Stars: ✭ 28 (+86.67%)
Mutual labels:  requests
gists
Methods for working with the GitHub Gist API. Node.js/JavaScript
Stars: ✭ 96 (+540%)
Mutual labels:  requests
cpr
C++ Requests: Curl for People, a spiritual port of Python Requests.
Stars: ✭ 5,005 (+33266.67%)
Mutual labels:  requests
spot price machine learning
Machine Learning for Spot Prices
Stars: ✭ 25 (+66.67%)
Mutual labels:  click
requestsR
R interface to Python requests module
Stars: ✭ 12 (-20%)
Mutual labels:  requests
angular-http-cache
Speed up your remote requests by automatically caching them on client and add support for offline navigation.
Stars: ✭ 25 (+66.67%)
Mutual labels:  requests
Geolocator-2
Learn how to find and work with locations in Django, the Yelp API, and Google Maps api.
Stars: ✭ 24 (+60%)
Mutual labels:  requests
python-crawler
爬虫学习仓库,适合零基础的人学习,对新手比较友好
Stars: ✭ 37 (+146.67%)
Mutual labels:  requests
json2dart-converter
Android Studio plugin for converting json to dart classes.
Stars: ✭ 35 (+133.33%)
Mutual labels:  json-parser
covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (-6.67%)
Mutual labels:  requests
premeStock
Monitors for restocks
Stars: ✭ 53 (+253.33%)
Mutual labels:  requests
mkm-sdk
Python SDK for Magickartenmarkt API
Stars: ✭ 33 (+120%)
Mutual labels:  requests
JSONUtilities
Easily load JSON objects and decode them into structs or classes
Stars: ✭ 57 (+280%)
Mutual labels:  json-parser
requests
http requests lib for golang
Stars: ✭ 67 (+346.67%)
Mutual labels:  requests
python3-concurrency
Python3爬虫系列的理论验证,首先研究I/O模型,分别用Python实现了blocking I/O、nonblocking I/O、I/O multiplexing各模型下的TCP服务端和客户端。然后,研究同步I/O操作(依序下载、多进程并发、多线程并发)和异步I/O(asyncio)之间的效率差别
Stars: ✭ 49 (+226.67%)
Mutual labels:  requests
delphi-json
JSON parser for Delphi.
Stars: ✭ 75 (+400%)
Mutual labels:  json-parser

WC18 CLI

PyPI version

An easy command line interface for the 2018 World Cup

Install

No need to get an API key! , wc18-cli uses a json file from lsv fifa-worldcup-2018 that is updated frecuently

Using pip

wc18-cli is only supported with python 3.6 due to the use of f-strings be aware before pip installing

$ pip install wc18-cli

Build from source

$ git clone https://github.com/SkullCarverCoder/wc18-cli.git
$ cd wc18-cli
$ python setup.py install

Usage

Get info of an specific Country and it's soonest match

$ wc18 --country=germany # germany is the name of the team desired to see stats

Get info of an specific Country plus all the matches

$ wc18 --country=Argentina --allmatches=True # Argentina is the name of the team desired to see stats

Get info table of a group

$ wc18 --group=d # groups letter must be in lower case

Get bracket of knockout matches!

$ wc18 --bracket=True

Help

$ wc18 --help

Todo

  • Add Group statistics
  • Enable cache
  • Add test cases
  • Add knockoff matches logic
  • Add watch for live score scraping from twitter

Feel free to contact me to my email for ideas and to fork this Repo!

Licence

Open sourced under MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].