Cygwin: installer Scrapy
22 août 2013
Scrapy est un robot d’indexation en Python qui vous permet de parcourir tout un site web pour télécharger ce qui vous intéresse.
Pour l’installer sous Cygwin, commencez par installer apt-cyg.
Ajoutez ensuite les packages suivants:
apt-cyg install gcc openssl-devel libxml2-devel libxslt-devel
Puis installez easy_install:
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
Enfin Scrapy:
easy_install Scrapy