Releases: ecoron/SerpScrap
Releases · ecoron/SerpScrap
0.13.0
- updated dependencies: chromedriver >= 76.0.3809.68 to use actual driver, sqlalchemy>=1.3.7 to solve security issues and other minor update changes
- minor changes install_chrome.sh
0.12.0
- update and cleanup of selectors to fetch results
- new resulttype videos
0.11.2
- fixed related keywords selector serps
- added results_age, to specify the age of serp results
- updated selenium/chromium versions
0.11.0
- Chrome headless is now the default browser, usage of phantomJS is deprecated
- chromedriver is installed on the first run (tested on Linux and Windows. Mac OS should also work)
- behavior of scraping raw text contents from serp urls, and of course given urls, has changed
- run scraping of serp results and contents at once
- csv output format changed, now it's tab separated and quoted
0.10.4
- fixed as_csv #38
- removed requirements.txt
0.10.3
- updated dependencies
- screenshots are working again
- customizable number of reults per page #30
0.10.2
- fix behavior when SERP returns only one page and code improvements - thx to @bernardosrulzon
- updated docs about configuration #23 #31
- updated requirements
0.10.1
- chrome headless support
- adjustment timings
- updated requirements
- minor fixes
0.9.2
- fix for inline css, apperas in results since 2017/12
- fix change first-child to first-of-type - PR #20 by @tinduong94
- updated useragents
- updated requirements
0.9.1
- improvements for using chromedriver
- fixes for usage of proxies
- handling of errors and exceptions
- cleanup and updated docs and examples