Skip to content
/ rScraper Public

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

License

Notifications You must be signed in to change notification settings

rolba/rScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages