Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonngdev/transfer-markt
https://github.com/sonngdev/transfer-markt
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonngdev/transfer-markt
- Owner: sonngdev
- Created: 2023-10-05T13:07:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-07T20:00:43.000Z (about 1 year ago)
- Last Synced: 2024-10-09T17:08:47.119Z (about 1 month 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 [email protected]:thanhsonng/transfer-markt.gitcd transfer-markt
```Set up Python virtual environment.
```bash
python3 -m venv venvsource 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/*`.