Electron.js Application which takes your photos and publishes on Twitter using a Raspberry Pi 3
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install fswebcam npm
- git clone https://github.com/kaaninan/PhotoBooth
- cd PhotoBooth
- npm install
- npm start
Create file named twitter.json (as you see below) for twitter api connection. You can create keys from https://apps.twitter.com
{
"consumer_key": "",
"consumer_secret": "",
"access_token": "",
"access_token_secret": ""
}