Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 247 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (9 loc) · 247 Bytes

Writing a scraper

Create a new scraper class

$ mkdir edscrapers/scrapers/mysite

$ touch edscrapers/scrapers/mysite/{__init__,scraper,crawler,parser,model}.py

Add the new class to Scrapy config

Writing a transformer

TBD