/What-Is

A simple web scraper built using python to get the results of a standard google search of the form : what is Python?'

Primary LanguagePython

What-Is

A simple web scraper built using python to get the meaning of a word from www.dictionary.com .

Uses Beautiful Soup and Requests module (Python)

To use, make sure both the above modules are accessible in the same directory as scrape.py

install Beautiful Soup using : pip install beautifulsoup4

install Requests using : pip install requests

to run Python script : python3 scrape.py