deepseagirl / degoogle

search Google and extract results directly. skip all the click-through links and other sketchiness
MIT License
489 stars 118 forks source link

What's this error?Can help me out? #4

Closed sarancodes closed 3 years ago

sarancodes commented 3 years ago

usage: degoogle.py [-h] [-o OFFSET] [-p PAGES] [-t TIME_WINDOW] [-j] query degoogle.py: error: the following arguments are required: query

->When i run the code this error pops up!

deepseagirl commented 3 years ago

you need to enter the text you wanna search for

python3 degoogle.py "search query here"

sarancodes commented 3 years ago

Got it resolved.Thanks