how to scrape data from hive UIs in python?

Words
32
Reading
1 min
Listen
Play
5y

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?

how to scrape data from hive UIs in python? | Ecency