Moralis and Python Web3

Hi, i am trying to use Moralis in Telegram bot made on Python. But i dont get how to use it with web3.py. I found several videos on Youtube, but they are all based on speedy nodes, that are no longer available. Are there some new tutorials/examples how to use Moralis with Python?

It depends on what you need to do. If you want to make transactions you don’t need Moralis, you can use web3 directly in python with a RPC url. If you want to use the api then you can make http requests directly from python.

I am trying to use moralis to track NFTs and get info about their owners - adress/transaction history. User sends NFTs info and bot responds with its current owner.

I just dont understand what adress i need to use as HTTP Provider. In tutorials people use speedy nodes for requests.

if you need only web3api, then you can look in web3api page: https://admin.moralis.io/web3apis, try the api that you need and there you can also see the curl form that you can convert it to an http request in python directly.

Are there any examples of code or a project to see with python HTTP requests?
I guess speedy nodes were much easier.

I think that you first have to find out what you need.
You will find examples on this forum.

You can still use nodes from another provider.