Metadata-Version: 2.4
Name: fmscraper
Version: 0.1.0
Summary: Scraper for FotMob matches
Author: Mieszko Pugowski
License-Expression: MIT
Project-URL: Homepage, https://github.com/MieszkoPugowski/FMScraper
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: selenium
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Dynamic: license-file

# FMScraper

FMScraper is a Python-based web scraping tool designed to collect football match data from [FotMob](https://www.fotmob.com/). It automates the extraction of match information.

Inspired by: [Webscraper-PremData](https://github.com/deanpatel2/Webscraper-PremData/tree/main) and [scraping-football-sites](https://github.com/axelbol/scraping-football-sites/tree/main)

## Features

- Scrapes match info from FotMob
- Handles JavaScript-driven layouts using Selenium
- Extracts data for specific leagues, seasons, and matchweeks

## Requirements

- Python 3.8+
- [Selenium](https://selenium.dev/)
- [chromedriver](https://chromedriver.chromium.org/) or another compatible WebDriver

## Disclaimer
For educational and research purposes only. Do not use it commercially.

## Installation

1. Clone the repository:
   ```bash
   git clone https://github.com/MieszkoPugowski/FMScraper.git
   cd FMScraper
