https://github.com/sabas1080/instagrampi
"Gafas" for Instagram with Raspberry Pi Zero
https://github.com/sabas1080/instagrampi
camera camera-pi instagram python raspberry-pi raspberry-pi-camera raspberry-pi-zero snapchat spectacles
Last synced: 7 months ago
JSON representation
"Gafas" for Instagram with Raspberry Pi Zero
- Host: GitHub
- URL: https://github.com/sabas1080/instagrampi
- Owner: sabas1080
- License: agpl-3.0
- Created: 2017-02-03T17:37:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T00:40:52.000Z (over 8 years ago)
- Last Synced: 2025-01-29T06:28:49.348Z (9 months ago)
- Topics: camera, camera-pi, instagram, python, raspberry-pi, raspberry-pi-camera, raspberry-pi-zero, snapchat, spectacles
- Language: Python
- Size: 71.3 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

_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](https://www.instagram.com/p/BTFAyHPjp47/?taken-by=xhabas)
- 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
```5. Install ffmpeg for Pi2/Pi3/Mac/Linux/Windows (Link)[http://ffmpeg.org/download.html]
```
git clone https://github.com/FFmpeg/FFmpeg.gitcd FFmpeg
sudo ./configure --arch=armel --target-os=linux --enable-gpl --enable-libx264 --enable-nonfree
make
sudo make install
```6. Camera enabled.
Try running 'sudo raspi-config'
`sudo raspi-config`
Interfacing Options->Camera->Enable - Yes
7. Reboot
8. Modify InstagramPi.py with your own username and password
9. 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](https://help.github.com/articles/fork-a-repo), committing modifications and then [pulling requests](https://help.github.com/articles/using-pull-requests) (follow the links above
for operating guide). Adding change log and your contact into file header is encouraged.
Thanks for your contribution.Enjoy!