Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 425 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 425 Bytes

Crawling_The_Web

This repository contains a simple web crawler program in the folder "Crawling_The_Web". This folder contains 2 files related to the program.

"Crawling_The_Web_env_requirements.txt"

This is a text file containing the requirements for the virtual environment used for this program.

"Web_Crawling_Code.py"

This is a Python script file containing the code used to create a simple web crawler program.