Created
June 1, 2021 16:12
-
-
Save MindPatch/579f1dc781e75b8b0e267986bf78eecb to your computer and use it in GitHub Desktop.
Startpage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from startpage import StartPage | |
import sys | |
task = StartPage() | |
for numb,results in task.search(sys.argv[1],page=10).items(): | |
for res in results: | |
print(res['link']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
$ python3 task.py "site:.*.nokia.com"