Web Application that scrapes pictures from url
Please make sure you have following dependencies installed:
- venv
- pip
Create a virtual environment and install all packages in requirements.txt:
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip3 install -r requirements.txtThen run following code to start image scraper:
$ python3 manage.py runserverThen you should be able to see the image scraper on http://127.0.0.1:8000/
Image scraper requires log in to use, use the following accounts to do the search:
# Admin account
username:admin
password:admin123456
# User account
username:user1
password:thisisuser1