This is a scraper to scrap links using multithreading and HtmlParser.
- Pull the latest code from Github.
- Move to the
scraperfolder and runpython3 main.py.
- Create a venv using
python3 -m venv venv. - Format it using
blackandmypy.
- Github Workflows.