Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoetrope69/snapcam
:ghost::camera: send webcam snaps to snapchatters
https://github.com/zoetrope69/snapcam
camera snapchat
Last synced: 6 days ago
JSON representation
:ghost::camera: send webcam snaps to snapchatters
- Host: GitHub
- URL: https://github.com/zoetrope69/snapcam
- Owner: zoetrope69
- License: mit
- Created: 2014-10-07T19:45:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-02T23:55:46.000Z (almost 8 years ago)
- Last Synced: 2024-10-29T00:06:49.657Z (about 2 months ago)
- Topics: camera, snapchat
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snapcam
send webcam snaps to snapchatters
**use at own risk, snapchat api is dodgy and unofficial - security risks and potential account locking**
## install
1. [ffmpeg](https://www.ffmpeg.org/download.html): `sudo apt-get install ffmpeg` (will add raspberry pi option)
2. video4linux2: `sudo apt-get install v4l-utils`
3. [GraphicsMagick](http://www.graphicsmagick.org/): `sudo apt-get install graphicsmagick`
4. `npm install` (the snapchat module is a bit broken, might need fixing)## configure
1. copy `config-sample.json` to `config.json`
2. and add your snapchat username and password (_make sure your snapchat account can accept snaps from everyone_)
3. [optional] add modes## run
`node main.js`
## add more
you can add more modes, by adding them to the `modes.json` file. you can add watermarks to the `img` dir too.