IVIosab / lec-fantasy-scraper

an LEC Fantasy selenium scraper that scrapes player&item fantasy data for a given list of matches and produces a json file with all the data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


LEC Fantasy Scraper

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. License
  5. Contact

About The Project

A scraper that is used to scrape all data related to player and item scores.
And, organizes the data into a json file with a specifc structure to be used later to populate a database.

Built With

Getting Started

You can run the project by:

  • Clone the repo
  • Add your .env file with needed data
  • Change the matches links in main.py
  • Run the code via terminal by using the command: "python3 main.py"

Now you are all set and selenium will open a webdriver and starts scraping

Usage

This project is intended to be used to produce a json file with all relavent data to a set of matches to be able to use the data in a more developer friendly way.

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Mosab Mohamed - @IVIosab - mosab.f.r@gmail.com

Project Link: https://github.com/IVIosab/lec-fantasy-scraper

(back to top)

About

an LEC Fantasy selenium scraper that scrapes player&item fantasy data for a given list of matches and produces a json file with all the data

License:MIT License


Languages

Language:Python 100.0%