Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 592 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 592 Bytes

Webber

WebPage on your terminal..

What this project actually does is when you pass any query into the programme, it scrapes it's results from the entireweb search engine and shows it to you..

Libraries Required ..

  • requests

  • bs4

  • lxml

lxml is default parser library for webber. You can use html.parser instead if you want.

Usage..!

  • python3 entity.py

This will fetch you simple description of the query if it exists.

  • python3 results.py

This will fetch you all the web results

  • python3 search.py

This will fetch you a full fledged webpage into your terminal :)