from bs4 import BeautifulSoup
soup = BeautifulSoup(response.text, "html.parser")
soup = BeautifulSoup(パス, "html.parser")
pip install beautifulsoup4