Skip to content

A small web crawler application written in Python that searches a website for a text pattern

Notifications You must be signed in to change notification settings

ArunSahadeo/recursive-text-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

You will need to install a few dependencies before executing the script:

pip3 install -r requirements.txt

If that doesn't work, try this:

pip3 install --user -r requirements.txt

The --user specifies your home directory

For Arch Linux:

pip3 install -r requirements.txt

Or:

pip install --user -r requirements.txt

Now you need to run the following:

python pattern-finder.py / python3 pattern-finder.py (the latter if you are using Python 3 via Homebrew on Mac OS)

About

A small web crawler application written in Python that searches a website for a text pattern

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages