Skip to content

AgentANAKIN/Google-Web-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Google-Web-Scraper

This Python code scrapes Google search results then applies sentiment analysis (using TextBlob and VADER in tandem), generates text summaries (4 different methods) for each classification, and ranks stopwords-scrubbed keywords per classification.

Results are displayed on-screen and are also saved as text files.

By changing 2 URLs, the search engine homepage and the search engine results page, this code should work with Bing or any other search engine.

Click here to read the WordPress blog article about this project.