Skip to content

Instantly share code, notes, and snippets.

View Enrique1987's full-sized avatar
:electron:
Lerning

Enrique Benito Casado Enrique1987

:electron:
Lerning
View GitHub Profile
@Enrique1987
Enrique1987 / crawler.md
Created May 12, 2019 09:50 — forked from typehorror/crawler.md
Simple Website Crawler (in python)

Simple Website Crawler

The following gist is an extract of the article Building a simple crawler. It allows crawling from a URL and for a given number of bounce.

Basic Usage

from crawler import Crawler
crawler = Crawler()
crawler.crawl('http://techcrunch.com/')

displays the urls