shotechs / wiki-images-download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download Images from WikiPedia Page

This spider will download images from a wikipedia pge. The example use Paris.

Create a virtual environment and install dependecies to run this spider

$python3 -m venv venv
$source venv/bin/activate
$pip3 install -r requirements.txt
$scrapy crawl paris

About


Languages

Language:Python 100.0%