I'm trying with
import urllib.request
get_data = urllib.request.urlopen('https://leofinance.io/@leofinance/introducing-cub-finance-or-leofinance-expands-into-defi-on-the-binance-smart-chain')
post = get_data.read()
but I only get tons of errors... probably has something to do with how data is shown here, but I can't seem to figure it out.
anyone?