1
0
Fork 0
forked from swee/MeowNex
MeowNex/cc/search

8 lines
193 B
Text
Raw Normal View History

2024-10-05 14:57:55 -07:00
from duckduckgo_search import DDGS
from sys import argv
print("Please stand by...")
request = []
while request == []:
request = DDGS().text(" ".join(argv[3:]))
result = []
print(request[0])