This webpage fetches data from the Telraam API using a GET request with your personal API token.
It uses pyfetch wrapper from pyodide in order to have an async request. Remember to import asyncio and await for the response...we are in asyincland in the browser!
Overall, I believe Pyscript is very cool! :-)