Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 403 Bytes

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