Lea la fuente de la página del archivo de texto Python

with open("file.txt") as f:
    bs = BeautifulSoup(f.read())
Nice Narwhal