Git Product home page Git Product logo

recursivescraper's Introduction

Recursive Scraper

This repository contains a web scraper written in Go using the goquery package. Compiles to a command line tool which takes 2 arguments, a starting URL and a target file location for the json output.

The program concurrently steps through a website from a starting domain, preventing the same page from being visited twice by cross-referencing after each step, effectively performing a depth-first search on the provided website.

Only pages under the starting domain extend the search, and the program will continue down each branch until no new pages are found. Once the program has completed all external links are printed to the console and all pages and resources sitting under the starting domain are written to a json file.

Build:

go build -o scrape

Arguments:

-u URL string - the start point for the scrape
-p Path string (optional, defaults to output.json) - the target file to write the json output to

Example:

./scrape -p test.json -u https://jamesmilligan.net 

Further improvements:

To improve the project beyond this point I suggest the following changes/ additions:

  • Further testing
  • Addition of an extra flag to prevent the scraper accessing all resources (exclude .png)

recursivescraper's People

Contributors

james-milligan avatar

Watchers

 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.