Scraper

class cwdprophet.scraper.Scraper[source]

Scraper Class to track Crowdfunder campaigns.

platform : str
The name of the crodfunding platform.
start_browser(browser, driver_binary)[source]

Create a webdriver object with favorite browser

Args:
browser (str): name of broser to use (Safari, Chrome or Firefox driver_binary (str): location of webdriver
Returns:
(browser): A webdriver object