Skip to content

Instantly share code, notes, and snippets.

View CLAUDIOPINHEIRO's full-sized avatar
🎯
Focusing

Claudio Pinheiro CLAUDIOPINHEIRO

🎯
Focusing
View GitHub Profile
@CLAUDIOPINHEIRO
CLAUDIOPINHEIRO / counts.csv
Created August 22, 2017 15:05 — forked from cmoscardi/counts.csv
Counts and code
2013-07-01 16650
2013-07-02 22745
2013-07-03 21864
2013-07-04 22326
2013-07-05 21842
2013-07-06 20467
2013-07-07 20477
2013-07-08 21615
2013-07-09 26641
2013-07-10 25732
@CLAUDIOPINHEIRO
CLAUDIOPINHEIRO / crawler.md
Created March 6, 2017 18:42 — 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