This project aims to scrape photos from news articles in Best Educational Organization's website, especially those from Best International Primary School and Kinglee High School.
This code is tested on macOS, so it may need additional setup on Windows.
- Install Anaconda or Miniconda.
- Download this repository to your computer (Most conveniently done by
git clone
).
- Open Anaconda command prompt.
cd
into project directory- Type
conda env create -f environment.yml
to create conda environment
- In the Anaconda command prompt, type
jupyter-lab
. Jupyter Lab should open in your browser - Navigate to find the
.ipynb
file and run the code.