Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 634 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 634 Bytes

walkthrough

Omnicient

One who has answers to all your questions. (provided they are available on google.com)

It is a web scraper for google.com in python with beautifulsoup. This project is inspired from tuxi project.

Installation

git clone https://github.com/AyushmanTripathy/omnicient --depth 1
cd omnicient 
sh install.sh
  • manual installtion
  1. install beautifulsoup4 python package
  2. give required permissions using chmod +x
  3. move executable to your path