Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 545 Bytes

Scrapy for TPDB

This is the scrapy framework for TPDB's scraper.

Installation

Clone this repo

git clone --recurse-submodules https://github.com/ThePornDatabase/scrapy.git

Install the packages using pip

pip install -r requirements.txt

You can then run a scraper using scrapy crawl ScraperName

scrapy crawl Vixen

How it works

Each scraper is in it's own Python file, placed in the tpdb/spiders folder - they are stored in another repository so people can contribute.

Site Lists

sitelist.md