2022-Fall-Challenge-Semester
This package is created to effectively collect non-copyright image data. The code can crawl some copyright free image sites such as iStock, pizabay, and Shutterstock.
- Python 3.7+
- Works on Linux, Windows, maxOS, BSD
- chromedriver.exe (which version matches your chrome browser)
- construct python virtual environments :
python3 -m venv selenium
-
activate virtual environment 'selenium'
-
Please make sure the required python packages are installed before using the package: The quick way:
pip install -r requirements.txt
- run the code
You can check https://www.notion.so/RexT-b7af591dc70b4e4fb1123b75fff6af3d for release notes.