inderpreet99 / afraid-autologin

Automatically login to FreeDNS.Afraid.org to avoid termination due to dormant account
Apache License 2.0
22 stars 10 forks source link

Extra requirements #4

Open jazzl0ver opened 5 years ago

jazzl0ver commented 5 years ago

Hi and thanks for this tool! I wasn't able to run it w/o installing some extra stuff (CentOS 7):

  1. virtualenv sudo pip install virtualenv
  2. Xvfb sudo yum install Xvfb
  3. geckodriver wget https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz tar zxf geckodriver-v0.23.0-linux64.tar.gz sudo mv geckodriver /usr/local/bin
  4. firefox sudo yum install firefox -y

Please, add it to the docs.