Skip to content

Instantly share code, notes, and snippets.

View rkmunusamy's full-sized avatar
🎯
Focusing

Ranjithkumar M rkmunusamy

🎯
Focusing
View GitHub Profile
@rkmunusamy
rkmunusamy / crawler.md
Created December 11, 2017 12:17 — 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