Scrapping Automation

Run Settings
LanguagePython
Language Version
Run Command
form bs4 import BeautifulSoup import requests r=requests.get("https://quotes.toscrape.com/") html=r.text soup=BeautifulSoup(html,"html.parser") print(type(html)) print(type(soup))
Editor Settings
Theme
Key bindings
Full width
Lines