MontyCoder0701 / web-crawler

Web crawler made with Python
1 stars 0 forks source link
crawler python selenium

Web-crawler

Web crawler made with Python.
For both static and dynamic crawling.

Python Docker

Virtual environment setup

Create venv

py -m venv env

Run venv

.\env\Scripts\activate.ps1

If there is unrestricted access problems,

Set-ExecutionPolicy Unrestricted -Scope Process

Used libraries

Installing libraries

py -m pip install [library-name]

Included files

Install Docker, then run

docker run -p 4444:4444 selenium/standalone-chrome

Static UI local development

py -m streamlit run static/gui.py

image

The UI should be on http://localhost:8501/