Skip to content

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

Notifications You must be signed in to change notification settings

bjagrelli/bjj_data_scrapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages