Releases: ecoron/SerpScrap
Releases · ecoron/SerpScrap
0.9.0
- result types added (news, shopping, image)
- Image search is supported
0.8.3
- updated extract of news items in serps
- handling exceptions sqlite
- cleanup unused code
0.8.2
- updated dependencies
- updated docs, notes about permissions
0.8.1
added cleanup of screenshot dir on init
0.8.0
focus on scraping
- removed ml text processing (will be a new project). updated less dependencies
- added universal wheel - ckeckout pypi
- updated docs
0.7.0
- screenshot for each query added, configurable by default true
- added get_related(), to fetch related keywords
- added screenshot property to scrap.results
- related removed from scrap.results, fetch now with get_related()
- updated dependencies and docs
- small fixes
0.6.0
- improved scraping, use a new phantomjs with random useragent for each keyword
- optimized configurable sleep times
- removed http scrape method
- fixed scraping for ads, title and real url
- updated dependencies
0.5.1 - beta release
- added phantomjs self installer
- added method as_csv()
- added related_keywords in resultset
- phantomjs and scrapecore improvements and fixes
0.4.3
support selenium mode with phantomjs
small fixes
updated docs
0.4.2
add CsvWriter
add BlockedSearchException
reduced default number of workers
adjusted sleep time ranges