https://github.com/sonngdev/transfer-markt
https://github.com/sonngdev/transfer-markt
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonngdev/transfer-markt
- Owner: sonngdev
- Created: 2023-10-05T13:07:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T20:00:43.000Z (over 2 years ago)
- Last Synced: 2025-12-31T16:40:07.764Z (6 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrape Club Statistics on Transfer Markt
## Installation
Clone this repo.
```bash
git clone git@github.com:thanhsonng/transfer-markt.git
cd transfer-markt
```
Set up Python virtual environment.
```bash
python3 -m venv venv
source venv/bin/activate
# When you need to deactivate virtual environment later
deactivate
```
Install dependencies.
```bash
pip install -r requirements.txt
```
## Usage
Run Scrapy spider.
```bash
scrapy runspider scrape.py
```
Output CSV files are available at `./output/laliga/*`.