Use https://m.do.co/c/be9ec19b28c1 to get 10$ free to start your InstaPy journey 😉
$ yum update
$ yum -y install unzip yum-utils epel-release git
$ yum-builddep python
$ yum -y install python34 python34-devel
$ yum -y install Xvfb libXfont Xorg
$ yum -y groupinstall "X Window System" "Desktop" "Fonts" "General Purpose Desktop"
$ yum install python-devel$ curl https://bootstrap.pypa.io/get-pip.py | python$ cd ~
$ wget http://chrome.richardlloyd.org.uk/install_chrome.sh
$ chmod u+x install_chrome.sh
$ ./install_chrome.sh$ git clone https://github.com/timgrossmann/InstaPy.git
$ wget "http://chromedriver.storage.googleapis.com/2.29/chromedriver_linux64.zip"
$ unzip chromedriver_linux64
$ mv chromedriver InstaPy/assets/chromedriver
$ chmod +x InstaPy/assets/chromedriver
$ chmod 755 InstaPy/assets/chromedriver
$ cd InstaPy
$ pip install .