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

2ccb4a0 · Jun 19, 2021

History

9 Commits
Jun 19, 2021
Jun 16, 2021
Jun 19, 2021

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