Understanding token auth via python

You can’t connect a Twitch Eventsub directly to a Discord Webhook.

You need the Twitch Eventsub to hit your server.
Then you process the data and forward to a Discord Webhook

It’s not directly compatible.

I don’t ahve any Python resources for EventSub. I did write a whole nodeJS/live example

The “logic” is comparabel to swap over to python.