Skip to content

harisahmed001/python-directory-list-crawl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Directory Download

The program is writtent to download directory content recursively.

Setting Virtual Envirnment

virtualenv myenv

Activate virtual Environment

source myenv/bin/activate

Install Dependencies

pip install -r requirements.txt

How to run

Insert your url on mycall = Crawler("http://example.com/package")

and then simply hit this, this will download all files on temp directory on the location its been run python download_directory.py

Returning to host

deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages