/rScraper

rScaper == Rolba Scraper! It is a helper module for scraping data using selenium.

Primary LanguagePythonMIT LicenseMIT

rScraper

rScaper == Rolba Scraper! It is a helper module for scraping data using selenium.

Work in Progress due to the fact of rising competition. More on: https://ai-experiments.com/the-next-project-will-be/

Planned to be released on March 2020

Example:
from rScraper.rScraperGoogle import ScraperGoogle

def main():
scrapingItem = "cat"
googleScraper = ScraperGoogle(scrapingList)
googleScraper.openBrowser()
googleScraper.searchPhrase()
googleScraper.downloadImages()
googleScraper.closeBrowser()

if name == 'main':
main()