aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 102335fb30757359b526cfbe06878f4f448eb642 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Scrapy Presentation

[Slides](https://docs.google.com/presentation/d/14SMlEp3QttuHFhBdQkXGVO3mrKnn1_RkShQsDXDpwuc/edit?usp=sharing)

This repo contains all my code from my scrapy presentation. It's a very simple
project with a couple example spiders created.

* LinkFinderSpider: Crawls a codyhiar.com and prints all the urls found for
    codyhiar.com
* BlogItemsSpider: Crawls a specific `/tags/` page and saves the blog posts
    found on that page as items through the pipeline setup