SolvedInstaPy Install InstaPy on a Raspberry
✔️Accepted Answer
finally made it!!
i reversed the tutorial https://github.com/timgrossmann/InstaPy/blob/master/docs/How_to_Raspberry.md
sudo apt-get remove PACKAGE
sudo apt autoremove
When everything was clear, including chromium, wolfram (wolfram-engine) and libreoffcie(libreoffice*), i follwed the last point of the tutorial:
Installation with raspbian stretch lite (v4.14)
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install chromium-browser python-pip git
git clone https://github.com/timgrossmann/InstaPy.git instapy
in the instapy folder: pip install .
in the assets folder: wget https://github.com/electron/electron/releases/download/v3.0.0-beta.5/chromedriver-v3.0.0-beta.5-linux-armv7l.zip
also in the assets folder: unzip chromedriver-v3.0.0-beta.5-linux-armv7l.zip
AND IT WORKS!! Thanks Tim for your grat work
Other Answers:
I'm having the exact same problem, following
Dont work for me :(
I added this configuration, in my case is Raspberry Pi 3 B+ and executing in SSH shell.
session = InstaPy(username=insta_username,
password=insta_password,
nogui=False,
headless_browser=True)
Hi,
Can you help me to install InstaPy on a raspberry please ?
I follow all steps to install InstaPy but I have always the same error.
Thanks for your help !
InstaPy configuration
Logs