pip install bs4
soup=beautifulsoup(text)
x=soup.find('div',class_=) x=soup.find_all('a',href=)
text=soup.text html=soup.get_attibute('innerHTML')