【发布时间】:2020-07-01 16:50:37
【问题描述】:
from bs4 import BeautifulSoup
soup = BeautifulSoup(open("https://mail.google.com/mail/u/0/#label/Notes"), features="lxml")
print(soup.prettify())
以上对我不起作用。我不确定如何进行身份验证以及在 open 命令中使用什么网址。
【问题讨论】:
标签: python beautifulsoup jupyter-notebook gmail