{"id":26358916,"url":"https://github.com/dorukyy/football-match-data-scraper","last_synced_at":"2026-05-18T01:39:03.908Z","repository":{"id":223055178,"uuid":"759198865","full_name":"dorukyy/Football-Match-Data-Scraper","owner":"dorukyy","description":"The \"Football-Match-Data-Scraper\" repository is a Python-based project. This project is designed to scrape football match data from various sources and compile it in a structured format. The data can be used for various purposes such as statistical analysis, predictive modeling, and more.","archived":false,"fork":false,"pushed_at":"2025-02-24T12:40:30.000Z","size":1092,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T15:58:15.762Z","etag":null,"topics":["football-data","football-data-scraper","phyton","scraper","selenium","web-scraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dorukyy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-17T23:10:13.000Z","updated_at":"2025-02-24T12:40:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4c5dc00-e7f6-4e0f-9852-6a66120beb19","html_url":"https://github.com/dorukyy/Football-Match-Data-Scraper","commit_stats":null,"previous_names":["dorukyy/football-match-data-scraper"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dorukyy/Football-Match-Data-Scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2FFootball-Match-Data-Scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2FFootball-Match-Data-Scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2FFootball-Match-Data-Scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2FFootball-Match-Data-Scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dorukyy","download_url":"https://codeload.github.com/dorukyy/Football-Match-Data-Scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dorukyy%2FFootball-Match-Data-Scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33162061,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["football-data","football-data-scraper","phyton","scraper","selenium","web-scraping"],"created_at":"2025-03-16T15:58:17.916Z","updated_at":"2026-05-18T01:39:03.892Z","avatar_url":"https://github.com/dorukyy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Football Match Scraping\n[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/jonatasemidio/multilanguage-readme-pattern/blob/master/README.md)\n[![tr](https://img.shields.io/badge/lang-tr--tr-green.svg)](https://github.com/dorukyy/multilanguage-readme-pattern/blob/master/README.tr.md)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-blue.svg)\n\n[![Python](https://img.shields.io/badge/Python-3.6%2B-blue.svg)](https://www.python.org/downloads/)\n[![Selenium](https://img.shields.io/badge/Selenium-3.141.0-blue.svg)](https://pypi.org/project/selenium/)\n[![sqlite](https://img.shields.io/badge/sqlite-3.36.0-blue.svg)](https://www.sqlite.org/index.html)\n\n[EN](#en)\n\n[TR](#tr)\n\n## EN\n# Table of Contents\n1. [Introduction](#introduction)\n2. [Requirements](#requirements)\n3. [Installation](#installation)\n4. [Output](#output)\n5. [License](#license)\n6. [Contributing](#contributing)\n\n### Introduction\nThis project is about scraping football match data from the website [https://www.spordb.com](https://www.spordb.com). The data is scraped using the Selenium library in Python. The website used is Turkish so, league names will be Turkish.\n\n### Requirements\n- Python 3.6 or higher\n- Selenium\n- Firefox Web Browser\n- Geckodriver\n\n### Installation\n- Install Python 3.6 or higher from [https://www.python.org/downloads/](https://www.python.org/downloads/)\n- Install the required libraries using the following command:\n\n```bash\npip install -r requirements.txt\n```\n- Download the Geckodriver from [https://sourceforge.net/projects/geckodriver.mirror/](https://sourceforge.net/projects/geckodriver.mirror/)\n- Extract the downloaded file and add the path to the extracted file to the system environment variable PATH.\n- Edit config.ini file\n- Run the script using the following command:\n\n```bash\npython main.py\n```\n\n### Output\nThe output of the script is a sqlite database file. The database contains the following tables:\n- matches\n- weeks\n\n### License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n\n### Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n____________________________________________________________________________________________________________________________________________________________________________________\n\n# TR\n## İçindekiler\n1. [Giriş](#giriş)\n2. [Gereksinimler](#gereksinimler)\n3. [Kurulum](#kurulum)\n4. [Çıktı](#çıktı)\n5. [Lisans](#lisans)\n6. [Katkıda Bulunma](#katkıda-bulunma)\n\n### Giriş\nBu proje, [https://www.spordb.com](https://www.spordb.com) web sitesinden futbol maçı verilerini çekmek için yazılmıştır. Veriler, Python'daki Selenium kütüphanesi kullanılarak çekilir.\n\n### Gereksinimler\n- Python 3.6 veya daha yüksek\n- Selenium\n- Firefox Web Tarayıcısı\n- Geckodriver\n\n### Kurulum\n- [https://www.python.org/downloads/](https://www.python.org/downloads/) adresinden Python 3.6 veya daha yüksek sürümünü yükleyin.\n- Aşağıdaki komutu kullanarak gerekli kütüphaneleri yükleyin:\n\n```bash\npip install -r requirements.txt\n```\n- Geckodriver'ı [https://sourceforge.net/projects/geckodriver.mirror/](https://sourceforge.net/projects/geckodriver.mirror/) adresinden indirin.\n- İndirilen dosyayı çıkarın ve çıkarılan dosyanın yolunu sistem ortam değişkeni PATH'e ekleyin.\n- config.ini dosyasını düzenleyin ve kendi bilgilerinizi yazın.\n- Aşağıdaki komutu kullanarak çalıştırın:\n```bash\npython main.py\n```\n\n### Çıktı\nProjenin çıktısı bir sqlite veritabanı dosyasıdır. Veritabanı aşağıdaki tabloları içerir:\n- maçlar\n- haftalar\n\n### Lisans\nBu proje, ayrıntılar için [LICENSE](LICENSE) dosyasına bakın MIT Lisansı altında lisanslanmıştır.\n\n## Katkıda Bulunma\nPull istekleri bekliyoruz. Büyük değişiklikler için lütfen önce neyi değiştirmek istediğinizi tartışmak üzere bir \"issue\" açın.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorukyy%2Ffootball-match-data-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdorukyy%2Ffootball-match-data-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdorukyy%2Ffootball-match-data-scraper/lists"}