A data collection and analysis project focused on lawyers' information in the Kingdom of Saudi Arabia.
This project aims to gather, process, and analyze data related to legal professionals in Saudi Arabia.
- Clone the repository
git clone https://github.com/concaption/ksa-lawyers-data.git
cd ksa-lawyers-data
- Set up the environment
make setup
- Install dependencies
make install
Run the main script:
make run
ksa-lawyers-data/
├── main.py # Main execution script
├── setup.sh # Setup script
├── requirements.txt # Python dependencies
└── Makefile # Build automation