There is a part of the HTML code:
<div class="some div name" data-text="important text">...</div>
We need to get the text from "data-text". I was trying to find something in the BeautifulSoup official documentation, but there is nothing like this (or I was looking badly).