EdwardRutz / data-scraping

Demo of using Beautiful Soup and Scrapy for data scraping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beautiful Soup Web Scraper

Demonstration of using Beautiful Soup to scrape data from the web.

  • Use Beautiful Soup to parse a page (scraper.py, follow-scraper.py)
  • Use Scrapy to create a spider to follow links provided (horse.py)
  • Use Scrapy to create a spider to extract links from a site and follow them (crawler.py)
  • Find forms and submit data via Scrapy
  • Scrape data from World Bank API
  • Unit testing and testing with Selenium

DEPENDENCIES

KNOWN PROBLEMS WITH FIREFOX WEBDRIVER IN CATALINA

macOS 10.15 (Catalina):

Due to the recent requirement from Apple that all programs must be notarized, geckodriver will not work on Catalina if you manually download it through another notarized program, such as Firefox.

  • Best to use Chrome webdriver for now.

MORE INFO

About

Demo of using Beautiful Soup and Scrapy for data scraping.


Languages

Language:Python 72.5%Language:HTML 27.5%