I have a crawler in python that uses Selenium webdriver. I would like to start it in a cluster and leave it running for about 10 days. The problem is:
I do not have an X display!!!!
I have done some searching and reading. Normally this would be solved by using Xfvb and pyvirtualdisplay. It is not yet installed in the clusters. Now another problem pops up:
I do not have admin access in clusters!!!!
Although I can install pyvirtualdisplay in python VE, I cannot run
sudo apy-get install xvfb
I don't own a personal desktop. Any suggestion?