Skip to content

v0.1.1

Choose a tag to compare

@bmjjr bmjjr released this 17 Nov 08:28
· 121 commits to master since this release
  • standardized SplashScraper attributes: auth, baseurl, browser, cookies,
    crawlera_user, http_session_timeout, http_session_valid, LUA_SOURCE,
    max_retries, name, number, referrer, searchurl, splash_args, user_agent.
  • now, nearly all of the SplashScraper attributes can be set via **kwargs if desired
  • when initializing a StatefulBook instance, use a **kwarg called keywords to set
    the name of the spreadsheet column heading which contains the target search terms.
    For example: keywords='titles' or keywords='part_numbers'. Defaults to "item".