Rob
Rob
@drewsefolson I've seen no progress in open source work to access Snapchat's private API, from what I can remember I think a special key needs to be generated that's used...
@drewsefolson if you do get access, you won't be able to use this library as it's not built around Casper. You could try using the NodeJS library I linked which...
Hi, will fix this soon.
Does that directory exist? If not, run `npm install` from a terminal with a working directory of the `memoryjs` module (so form `./node_modules/memoryjs` from your project's perspective). Or just run...
Thanks @prevzzy
I think there's a lot of people that would appreciate a new library. If you do host a page with documentation such as Gibsec, could you also post simple explanations...
I've just been doing some research and I believe it's possible to manipulate the chat on Snapchat with `loq`.
To anyone interested, I don't think Snapchat sends chat messages through the API as you would've expected; the endpoint when interacting with the chat is "chat_typing". It looks something like...
Yeah I understand that, I'm just saying that `chat_typing` is the only endpoint I've seen so far when interacting with the chat. It's used to give a heads up notification...
Ahhh, I believe I am using the latest version. I haven't seen `conversation_post_messages` at all and I've thoroughly tested it. I do also agree that this library needs a bit...