5 odpowiedzi
+ 5
Import web browser first.
urllib.parse.urljoin('https://www.Wikipedia.com/search', '?q=' + qstring)
webbrowser.open(url)
+ 1
With an http request and a parser to prowess data
+ 1
I think you need both urllib and BeautifulSoup.
0
You can use Selenium if you want navigate in the site it is more convienient.