bjagrelli / bjj_data_scrapping

Data scraping from BJJ Heroes website for statistical analysis of Brazilian Jiu Jitsu competitions and athletes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BJJ Data Scraping

Data scraping from BJJ Heroes for further data analysis on BJJ statistics.

What's next

There's still much to be done. But we'll get there.

  • Web scraping (Extract)
  • Data cleansing (Transform)
  • Data Ingestion (Load)
  • Data Analysis
  • Data Visualization

🚀 Running bjj_data_scraping

Before you run the scripts, make sure you have a virtual environment with the nedeed libraries installed:

Create virtual environment:

python -m venv .venv

Install libraries:

pip install -r requirements.txt

To download the data from BJJ Heroes, run the command below:

python main.py

About

Data scraping from BJJ Heroes website for statistical analysis of Brazilian Jiu Jitsu competitions and athletes


Languages

Language:Python 100.0%