Python Forum

Full Version: deploying python script on a server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a python web scraping script written with selenium and beautiful soup modules.

At the moment it uses chrome driver to connect a chrome browser session to pycharm, then logs in to an external website and scrapes data to do some calculations.

I wish to put this code on a website where people can login independently, enter their username and password for the site, submit & then the pyhton script will execute.

Could anyone give me some advice as to the avenue I should be looking to achieve this?

Which platform or host would be suitable to achieve this?


Many thanks