website_scraper module

File containing WebsiteScraper class.

class website_scraper.WebsiteScraper(url)

Bases: object

Used as superclass for classes which use webscraping.

get_request_raw_text(url)

Returns the raw text of a website.

Args:
url: url string
set_url(url)

Sets the url of this object. Used as base url for the requests made by this class.

Args: