Project

fotmob

0.0
No release in over a year
Lets you pull data from fotmob for easy access
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.6, >= 2.6.2
~> 0.2, >= 0.2.0
 Project Readme

Fotmob Rubygem

An unofficial FotMob API wrapper for Ruby

Install

gem install fotmob

Usage

require 'fotmob'

data = Fotmob.new

data.get_team("8540")
data.get_matches("20221030")
data.get_match_details("3901062")
data.get_league("47")
data.get_player("748382")