Skip to content

sabas1080/InstagramPi

Repository files navigation

GafasDemo.jpg

image designed by German Markus Gerke

InstagramPi

"Gafas" for Instagram with Raspberry Pi Zero

Hardware

  • Raspberry Pi Zero v1.3
  • Camera Pi v1.3
  • Cable Camera Pi

Work

  • Upload Video and photo Instagram
  • Video Circular (Spectacles) Example
  • Filters of PiCamera

Instructions

  1. Fork/Clone/Download this repo

    git clone https://github.com/sabas1080/InstagramPi/

  2. Navigate to the directory

    cd InstagramPi

  3. Install the dependencies

    pip install -r requirements.txt

  4. Install ffmpeg for PiZero

  wget https://github.com/ccrisan/motioneye/wiki/precompiled/ffmpeg_3.1.1-1_armhf.deb
  dpkg -i ffmpeg_3.1.1-1_armhf.deb
  1. Install ffmpeg for Pi2/Pi3/Mac/Linux/Windows (Link)[http://ffmpeg.org/download.html]
git clone https://github.com/FFmpeg/FFmpeg.git

cd FFmpeg

sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree

make

sudo make install
  1. Camera enabled.

Try running 'sudo raspi-config'

sudo raspi-config

Interfacing Options->Camera->Enable - Yes

  1. Reboot

  2. Modify InstagramPi.py with your own username and password

  3. Run the script (use text editor to edit the script and type in valid Instagram username/password)

python InstagramPi.py

Andres Sabas @ Feb 2017

Contributing to this software is warmly welcomed. You can do this basically by
forking, committing modifications and then pulling requests (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.

Enjoy!