Skip to content

Releases: HireCoffee/Jobtimize

Release 0.0.5 Alpha 2

30 Sep 13:42
bdcf570
Compare
Choose a tag to compare
Release 0.0.5 Alpha 2 Pre-release
Pre-release

Added

  • scraper( ) function in jobtimize.scrapers.scraper or just jobtimize.scraper
  • scraper(..., maxpage) args which give page limit for each site. (default maxpage=1, it is recommended not to exceed 2 for better relevance of the search results.)

Changed

  • Base Jobtimize is now jobtimize module
  • jobscrap( ) function is now scraper( )

Deprecated

  • RotateProxies class is deprecated and will be removed in 0.1.0
  • arg prox in scraper, scrapIndeed, scrapMonster is deprecated and will be removed in 0.1.0

Release 0.0.4 Alpha 1

04 Feb 13:00
1b0a1b8
Compare
Choose a tag to compare
Release 0.0.4 Alpha 1 Pre-release
Pre-release

Added

  • If prox = True the jobscrap() function warn time extension.

Changed

  • The requirements update with requests and lxml

Release 0.0.4 Alpha

04 Feb 10:49
17beb9a
Compare
Choose a tag to compare
Release 0.0.4 Alpha Pre-release
Pre-release

Added

  • Class RotateProxie in the module rotateproxie
  • The jobscrap(..., prox) option which takes a boolean to signify the use of proxy rotation or not.

Changed

  • In the scrapmonster module, the MonsterScrap function takes the parameter prox = False by default.
  • In the scrapindeed module, the IndeedScrap function takes the parameter prox = False by default.

0.0.3-alpha.1

30 Jan 01:04
Compare
Choose a tag to compare
0.0.3-alpha.1 Pre-release
Pre-release
Update issue templates