Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.3 KB

A small command line program to look up keywords over various search engines and websites in one fell swoop.

Built up on the existing code using methodology from Automate the Boring Stuff with Python (https://automatetheboringstuff.com/2e/chapter12/) and Command Line Arguments in Python (https://stackabuse.com/command-line-arguments-in-python/)

Usage: From the command line, in the folder where you downloaded the program, run multisearch.py followed by your keywords between quotes and the arguments for the search engines or websites you want to use.

Example: multisearch.py "baby yoda" -stl multisearch.py "3d printing" -c -dz multisearch.py "learning python" -g -d -r

Supported, in alphabetical order:

  • Core77 (-c)
  • Dezeen (-dz)
  • DuckDuckGo (-d)
  • Google (-g)
  • Google Images (-gi)
  • Myminyfactory (-stl)
  • Reddit (-r)
  • Thingiverse (-stl)
  • Yahoo (-y)
  • Youmagine (-stl)

Creative Commons License
We like to share what we do. This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

XOXO, your favorite charlatans.