Introduction to Scrapy presentation for CharPy meetup Sep. 25, 2013
- Virtual Box, http://www.virtualbox.org/
- Vagrant, http://www.vagrantup.com/
git clone https://github.com/dmkoch/scrapy-intro
cd scrapy-intro
vagrant up
vagrant ssh
pip install -r /vagrant/requirements.txt
cd /vagrant/newsbot
scrapy crawl cnn -o articles.json
cd /vagrant
make
# presentation is created here: build/presentation.html