Python Forum
deploying python script on a server - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: deploying python script on a server (/thread-34783.html)



deploying python script on a server - rickyrt - Aug-31-2021

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