Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve docs #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
STW-Collection
STW-Collection - An amazing collection for beginners
==============

Scrap The Web Collection; [blog](https://tapaswenipathak.wordpress.com/2014/09/05/scraping-with-scrapy-part-1/) [posts](https://tapaswenipathak.wordpress.com/2014/09/06/scraping-with-scrapy-part-2/).

This repo contains Scrapy sample code to scrap the following kind of websites:

1. Do you want to learn Scrapy? [ScrapScrapy](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapScrapy) is gonna be your first scrapy project in that case.
2. If you want to scrap a simple website without any javascript or AJAX calls,you can have a look at [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/SimpleScrapy) project. This uses CrawlSpider.
3. If you want to use selenium with scrapy, have a look at [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapyWithSelenium) project.
4. You can refer [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapyWithDjango/Forestessentialsindia) project, if you want to save to Django DB as you scrap.
2. If you want to scrap a simple website without any javascript or AJAX calls,then you should have a look at [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/SimpleScrapy) project. This uses CrawlSpider.
3. If you want to use selenium with scrapy, then look at [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapyWithSelenium) project.
4. You can refer [this](https://github.com/tapasweni-pathak/STW-Collection/tree/master/ScrapyWithDjango/Forestessentialsindia) project, if you want to save to Django DB as you scrap up the things.