koolkt / crawler

Crawl a single website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web crawler using asyncio coroutines

Install

$> git clone https://github.com/KKfo/crawler.git

Requires python 3.5 >=

$> pyvenv env
$> source env/bin/activate
$> pip install -r requirements/production.txt

About

Crawl a single website

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Shell 0.9%