Create search
This commit is contained in:
parent
164c9798c5
commit
67657992e6
1 changed files with 8 additions and 0 deletions
8
cc/search
Normal file
8
cc/search
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
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])
|
Loading…
Reference in a new issue