Skip to content

Releases: gosom/scrapemate

v0.5.3

24 Nov 16:43

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

Choose a tag to compare

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

v0.5.0

01 Sep 15:19

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

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

Choose a tag to compare

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

v0.4.0

13 May 12:39

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

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

Choose a tag to compare

updates README

v0.1.0

26 Mar 15:29

Choose a tag to compare

Adds GoDoc link