How can we run python script on make?

Hi,
I have a Python script that uses Selenium and ChromeDriver to scrape video transcripts from a webpage.
Is there a way to run this kind of script inside a Make scenario? Or do I need to use some external server or service to handle it?

Thanks in advance!