Releases: HireCoffee/Jobtimize
Releases · HireCoffee/Jobtimize
Release 0.0.5 Alpha 2
Added
scraper( )
function injobtimize.scrapers.scraper
or justjobtimize.scraper
scraper(..., maxpage)
args which give page limit for each site. (defaultmaxpage=1
, it is recommended not to exceed 2 for better relevance of the search results.)
Changed
- Base
Jobtimize
is nowjobtimize
module jobscrap( )
function is nowscraper( )
Deprecated
RotateProxies
class is deprecated and will be removed in0.1.0
- arg
prox
inscraper
,scrapIndeed
,scrapMonster
is deprecated and will be removed in0.1.0
Release 0.0.4 Alpha 1
Added
- If
prox = True
thejobscrap()
function warn time extension.
Changed
- The requirements update with requests and lxml
Release 0.0.4 Alpha
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 parameterprox = False
by default. - In the scrapindeed module, the
IndeedScrap
function takes the parameterprox = False
by default.
0.0.3-alpha.1
Update issue templates