Log into Messenger Facebook with automate sript based on casperJS
CasperJS is a navigation scripting & testing utility for PhantomJS
PhantomJS Scriptable Headless WebKit
npm init npm -g install phantomjs2 npm -g casperjs
/**
* Configuration here
*/
var login_username = "#[email protected]";
var login_password = "#password";
//person suppose to talk
var talkTo_username = "#person";
casperjs mess.js
If you discover any security related issues, please email croazat @ gmail.com instead of using the issue tracker.