Giter VIP home page Giter VIP logo

domaincrawler's Introduction

DomainCrawler

Description

The following webcrawler will search for all links under a target domain. The web crawler utilizes Scrapy, applicaton framework for writing web spiders that crawl through the web.

Get Started

  1. Download and Install

    • Scrapy

    • py-term

    • or Install using pip pip install -r requirements.txt

  2. Navigate to the spider's directory

    cd webcrawler/spider/

  3. Run the webcrawler

    python activate.py

  4. Make sure list of links is empty

    [4] Clear Links

  5. Set up Crawler Settings

    [1] Crawler Settings

  6. Run the Crawler

    [5] Run!

Example

python activate.py

*************DOMAIN CRAWLER*************
[1] Crawler Settings
[2] View Links
[3] View HTTP Headers
[4] Clear Links
[5] Run!
[6] Exit

Enter Number: 4
*************DOMAIN CRAWLER*************
[1] Crawler Settings
[2] View Links
[3] View HTTP Headers
[4] Clear Links
[5] Run!
[6] Exit

Enter Number: 1
****************************************
Starting Url: https://twitter.com   
Target Domain: twitter.com
Download Delay [Default: 0]: 0
*************DOMAIN CRAWLER*************
[1] Crawler Settings
[2] View Links
[3] View HTTP Headers
[4] Clear Links
[5] Run!
[6] Exit

Enter Number: 5
****************************************
//dev.twitter.com

http://m.twitter.com

https://about.twitter.com

https://apps.twitter.com

https://blog.twitter.com

........

Features

  • Highlight changes when running the crawler multiple times
  • View HTTP headers

domaincrawler's People

Contributors

jimweldev avatar

Watchers

James Cloos avatar Jimwel Aguinaldo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.