1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/search
2024-10-05 15:02:32 -07:00

5 lines
No EOL
214 B
Text

from duckduckgo_search import DDGS
from sys import argv
print("Please stand by...")
request = DDGS().text(" ".join(argv[3:]))
print(request[0]["href"] + " ⁜ " + request[0]["title"] + " ⁜ " + request[0]["body"])