/pdf_scraper

Python scraper that retrieves pdf links from a domain using scrapy

Primary LanguagePython

pdf_scraper

A program that reads all the pdf of a domain using scrapy

Can be run using this command from terminal

scrapy crawl <bot name> -o <name of file>.csv  

Note: you first need to cd into the directory of the scraper