Skip to content

I have create an application in Django, in which you would enter the URL for a website and then in the back end it would crawl that website, and display all the images on that site on the front end.The user can also specify how deep the links can crawl.

khushbuparakh/sand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sand

Running the Project

Check

  • $ python -m django --version(Lowest version compatible is 9.8)
  • $ django-admin startproject sand
  • $ python manage.py runserver
  • Now that the server’s running, visit http://127.0.0.1:8000/ with your Web browser

Dependencies

  • apt-get install pip
  • pip install django-scraper
  • pip install lxml
  • pip install requests

Disclaimer

  • python manage.py migrate scraper
  • If any error then
  • chmod +x manage.py

Project Contributors

About

I have create an application in Django, in which you would enter the URL for a website and then in the back end it would crawl that website, and display all the images on that site on the front end.The user can also specify how deep the links can crawl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published