diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-24 14:14:53 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-24 14:14:53 -0600 |
commit | 12584f649e1263d91a3e516344a4a38dcdd65590 (patch) | |
tree | 12c71bd5411ae76d05a82fc38b291373a2a007e6 | |
parent | f8411cd5804d00ea4c4b38478ede487a847425bd (diff) |
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..102335f --- /dev/null +++ b/README.md @@ -0,0 +1,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 |