tasos-py / Search-Engines-Scraper

Search google, bing, yahoo, and other search engines with python
MIT License
513 stars 137 forks source link

Added Detailed Documentation to "search_engines_cli.py" #72

Closed OCEANOFANYTHINGOFFICIAL closed 2 months ago

OCEANOFANYTHINGOFFICIAL commented 2 months ago
  1. Added argparse setup to handle command-line arguments.
  2. Integrated search engine selection and configuration options.
  3. Implemented search execution and result output functionality.
  4. Documented usage and argument details within main function.
tasos-py commented 2 months ago

Thank you!