Skip to content

Byaigo/aisearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

aisearch v2.0 🔍

⚡ One-Click Install

curl -fsSL https://raw.githubusercontent.com/Byaigo/install/master/install.sh | bash

Free multi-engine web search from CLI. No API keys. No signup. No limits.

✨ New in v2.0

  • 🌐 4 Search Engines — Bing, DuckDuckGo, Google, Yahoo
  • 🔄 Auto Fallback — If one engine fails, automatically tries others
  • ⚖️ Compare Mode — Compare results across all engines side-by-side
  • 🏷️ Engine Labels — See which engine each result came from
  • 📡 DuckDuckGo API — JSON API as ultimate fallback

Install

curl -O https://raw.githubusercontent.com/Byaigo/aisearch/master/aisearch.py

Usage

# Default search (Bing)
python3 aisearch.py "best pizza recipes"

# Choose engine
python3 aisearch.py -e duckduckgo "crypto news"
python3 aisearch.py -e google "AI research"
python3 aisearch.py -e yahoo "latest tech"

# Compare all engines
python3 aisearch.py --compare "machine learning"

# Search ALL engines, merge unique results
python3 aisearch.py -e all "python tutorials"

# JSON output
python3 aisearch.py --json "bitcoin price" | jq

# Pipe input
echo "latest AI news" | python3 aisearch.py

# List available engines
python3 aisearch.py --engines

Why

Every search API costs money. This is free forever. Save $10+/month vs paid APIs.

Engines

Engine Speed Quality Notes
Bing ⚡ Fast ⭐⭐⭐⭐ Default, most reliable
DuckDuckGo ⚡ Fast ⭐⭐⭐ Privacy-focused
Google 🐌 Medium ⭐⭐⭐⭐⭐ Best results, may rate-limit
Yahoo ⚡ Fast ⭐⭐⭐ Good backup

Donate

ETH: 0x18da907cb9d981bc798acb87ac27b03a2dc3cbb7

[MIT License]

💰 Earn While You Sleep — Passive Income Setup

About

Free web search CLI. No API keys. No signup. Bing-based.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages