Skip to content

Latest commit

 

History

History
21 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

21 lines (21 loc) · 1.19 KB

search it

About

Did you ever wish you could use a search function on a webpage without opening the page? Well this little python doodle hopes to help you with that.

How-to

  • It can be used by passing the website address(youtube.com for example) and desired to the python program. The form looks like this:
python searchit.py [website] [search]
  • For example running "python search-it.py youtube.com linux" would search youtube for linux.

Required python dependencies

  • Beautiful soup 4 and requests

Features

  • After it makes a search on a desired webpage it can also memorize it with an easier to use name of your choosing. For example instead of typing duckduckgo.com you could just type duck which makes it easier and quicker to use.
  • It can also be used with the provided bash script in the terminal with the command browse. It uses the same form as the python program so it should be intuitive to use.
  • Webpages can be manually modified/added to stored.txt

Planned QOL CHANGES

  • Providing all python dependencies
  • cleaning up the code
  • searching unscrapable pages by providing the search url example
  • add an init file and move the functions to the seperate file