mbelsis / Django-Web-Crawler

Django app which can be used to crawl a website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django-Web-Crawler

Django app which can be used to crawl a website

Steps to run the project

  1. Install the requirements by running pip3 install -r requirements.txt
  2. Run the project by exexcuting python manage.py runserver 0.0.0.0:8000
  3. Access the project at http://0.0.0.0:8000/
  4. Enter a URL in the input field and wait for the results
  5. To use it as a REST API, keep the server running and frame the URL as http://0.0.0.0:8000/api/?url=URL_TO_BE_CRAWLED. Example: http://0.0.0.0:8000/api/?url=google.com

About

Django app which can be used to crawl a website

License:GNU General Public License v3.0


Languages

Language:Python 76.7%Language:HTML 11.7%Language:JavaScript 7.6%Language:CSS 4.0%