Lire la source de la page à partir du fichier texte Python
with open("file.txt") as f:
bs = BeautifulSoup(f.read())
Nice Narwhal
with open("file.txt") as f:
bs = BeautifulSoup(f.read())