Skip to content

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

Notifications You must be signed in to change notification settings

Aryan-Dang/What-Is

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages