https://github.com/scrapinghub/scrapy-training
Scrapy Training companion code
https://github.com/scrapinghub/scrapy-training
python scrapy training web-crawling web-scraping
Last synced: 6 months ago
JSON representation
Scrapy Training companion code
- Host: GitHub
- URL: https://github.com/scrapinghub/scrapy-training
- Owner: scrapinghub
- License: other
- Created: 2017-03-09T18:55:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T06:28:34.000Z (over 6 years ago)
- Last Synced: 2025-04-03T15:02:50.693Z (6 months ago)
- Topics: python, scrapy, training, web-crawling, web-scraping
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 174
- Watchers: 116
- Forks: 45
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Crawling the Web with Scrapy
============================
This repository contains the companion files for the "Crawling the Web with Scrapy" training program. You can either clone it using `git` or download the files from [this zip file](https://github.com/scrapinghub/scrapy-training/archive/master.zip).Training Units
--------------
* [Unit 1: Extracting data with Scrapy](unit1/README.md)
* [Unit 2: Navigating websites with Scrapy](unit2/README.md)
* [Unit 3: Running Spiders in the Cloud](unit3/README.md)
* [Unit 4: Handling HTML Forms](unit4/README.md)
* [Unit 5: Scraping JavaScript based pages](unit5/README.md)
* [Unit 6: Extending Scrapy](unit6/README.md)Interested in this training?
----------------------------
[Contact us here](https://scrapinghub.com/quote) if you (or your company) are interested in Scrapy training and coaching sessions.