node-snapchat
node-snapchat copied to clipboard
A SnapChat client in Node.js
I'm getting 400: Bad request when trying to login to snapchat. Any chance this can be fixed?
I want to use [Sourcegraph](https://sourcegraph.com) for node-snapchat code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/nykac/node-snapchat. (It should only take 30...
I can't seem to get uploads working, is there an example i can take a look at somewhere?
For an unknown reason, Api calls work much better without User-Agent Header.
Hey, in the download_pending_snaps.js example, the pictures that are downloaded end up being completely empty. The code is giving me an error : "stream.js:94 throw err; //Unhandled stream error in...
We just need to figure out how to decrypt the data with node/openssl. In php it's MCRYPT_RIJNDAEL_128 in CBC mode.
`node example/download_pending_snaps.js` puts snaps in `images`, but they will not open in Preview or Photoshop for me on OS X. Did Snapchat change their encryption key?
How should we implement this. If we use the /loq/login and /loq/all_updates we'll break compatibility with existing code. Perhaps we could emulate the old sync and login objects.