Skip to content

Releases: gosom/scrapemate

v0.6.0

01 May 07:48
Compare
Choose a tag to compare
  • Updates playwright to latest version
  • Adds option when crawling using playwright browser to disable images

v0.5.3

24 Nov 16:43
Compare
Choose a tag to compare

adds option to process a job even if the fetching of the url failed

v0.5.2

24 Nov 16:24
Compare
Choose a tag to compare

Full Changelog: v0.5.1...v0.5.2

v0.5.0

01 Sep 15:19
Compare
Choose a tag to compare

Adds option to exit on inactivity and prints simple stats

Full Changelog: v0.4.3...v0.5.0

v.0.4.3

14 May 07:15
Compare
Choose a tag to compare

What's Changed

  • Adds automatic cookie support by @gosom in #2

Full Changelog: v0.4.2...v0.4.3

v0.4.2

13 May 14:06
Compare
Choose a tag to compare

Full Changelog: v0.4.1...v0.4.2

v0.4.0

13 May 12:39
Compare
Choose a tag to compare

Note: Slightly incompatible

What's Changed

  • lints the code by @gosom in #1
  • API is slightly different:
    • the Job Process method accepts a point to a scrapemate.Response
    • a few other functions now accept a pointer to the response object
    • HttpFetcher -> HTTPFetcher
    • HtmlParser -> HTMLParser
    • UrlParams -> URLParams

High Level API

15 Apr 10:30
Compare
Choose a tag to compare

Introduces a simpler and higher level api to reduce the boilerplate code we have to write to start a scraper

v0.1.1

12 Apr 03:44
Compare
Choose a tag to compare
updates README

v0.1.0

26 Mar 15:29
Compare
Choose a tag to compare
Adds GoDoc link