48 Commits

Author SHA1 Message Date
Kevin
eb2e973830 Fixed the text edit check for post wipe - will now check to make sure entered text was actually saved again 2018-12-20 12:20:26 -05:00
Kevin
b2330ea373 Merge branch 'master' of github.com:stardothosting/facebook-purge 2018-12-13 11:21:06 -05:00
Kevin
6868eb7354 Removed BB from user agents 2018-12-13 11:20:54 -05:00
Kevin
aded148f36 Updated readme to include install of phantomjs 2018-12-12 18:04:30 -05:00
shift8web
3411ab4a38 Merge pull request #8 from gabo77/patch-1
Fix http://casperjs.org link in README
2018-12-12 03:17:04 -05:00
Kevin
4c4d26c60a Refined random user agent list, refined login process to be more dynamic, force login process to validate facebook session cookie before proceeding 2018-12-12 03:15:01 -05:00
Kevin
22869a4ebb Moving towards proper random user agent capability 2018-12-12 02:27:30 -05:00
Kevin
94e846d945 updated gitignore 2018-12-11 16:53:26 -05:00
Kevin
a5eb2885d1 Added function to verify post after saving to make sure it actually saved 2018-12-11 16:48:08 -05:00
Kevin
d2f9477446 Some progress for grabbing post ids. Need to be able to loop over entire container multiple times until everything is populated 2018-12-01 08:33:56 -05:00
Kevin
236b5110f1 Cleaned up user agents 2018-11-21 15:43:08 -05:00
Kevin
6c8801fa89 Added user agent list to randomly select user agent 2018-11-21 15:39:36 -05:00
Kevin
e2fe212696 Splitting off different functions into include files for different actions to better organize the code, temporarily using the one user agent that doesnt seem to trigger facebook automation thresholds 2018-11-21 15:35:54 -05:00
Kevin
833d10132a Implemented random user agent string every time the script runs to increase likelihood of not getting caught by facebook automation threshold detection 2018-11-21 13:15:57 -05:00
Kevin
c9f8394bbf removing node_modules temporarily 2018-11-21 12:52:39 -05:00
Kevin
ca52813c3f updated gitignore , updated readme 2018-11-21 12:52:09 -05:00
Kevin
ae72e23049 Adding random wait times to multiple variables in foreach loop to appear more organic. Currently getting caught in facebooks auto post thresholds. Added Javascript sync/async package to ensure foreach is synchronous by default 2018-11-21 12:48:42 -05:00
Kevin
bf94e67263 Now accepting argument input of facebook post ID file (stories) to edit as an array. Will run a foreach against the list of IDs until all are edited with random sentences. This will allow bulk editing of facebook post IDs 2018-11-20 15:47:24 -05:00
Kevin
6515bb6bff Improved random sentence from random characters to a coherent sentence. Replaced mobile facebook url with different URL. Casting userid and postid variables as raw since the variables were changing somehow, other minor fixes 2018-11-20 15:03:28 -05:00
Kevin
e28c793728 Updated readme, improperly identified python instead of javascript 2018-04-20 15:59:34 -04:00
Gabriel
4d1e55c91d Fix http://casperjs.org link in README 2018-04-14 22:13:26 -04:00
Kevin
b8f96baa5c Fixed comment 2018-04-03 07:39:49 -04:00
Kevin
c35f7fa376 Edit button ID selector changes randomly, switched to a data attribute selector that doesn't change and the edit button click now works again 2018-04-03 07:38:15 -04:00
Kevin
2a79a7261e Issue 3 actual config.json file 2018-03-30 14:01:40 -04:00
Kevin
3c6fdd2f7b Issue 3 : added config.json file to dynamically be able to load multiple urls if needed from a config file. 2018-03-30 14:00:59 -04:00
Kevin
efaa318ef7 removed comment 2018-03-28 07:28:28 -04:00
Kevin
eaa4ad79cf Updated readme 2018-03-28 07:02:44 -04:00
Kevin
2d37f0293c Updated readme 2018-03-28 07:02:07 -04:00
Kevin
c88740dd7c Updated readme with instructions 2018-03-28 07:00:53 -04:00
Kevin
0f6b35e519 Stable working copy 2018-03-28 06:53:35 -04:00
Kevin
29bf48f746 Latest changes 2018-03-28 06:38:33 -04:00
Kevin
051680b67a Remove html debug files 2018-03-28 06:28:04 -04:00
Kevin
bb3ab7fe0e Cleanup debugging screenshot waits, speed up entire process of script 2018-03-28 06:24:11 -04:00
Kevin
288eb16956 Working test , cleanup 2018-03-28 06:21:05 -04:00
Kevin
de6f41f02c got it working , mouse click to save post 2018-03-27 23:04:16 -04:00
Kevin
a1a54e1673 Further changes and stabilizations, almost ready to submit an edit 2018-03-26 16:08:27 -04:00
Kevin
a2ecb3dbd9 Cleaned up comments, now taking facebook post id and user id as argument 2018-03-26 08:26:11 -04:00
Kevin
7af2118606 Updated gitignore 2018-03-26 07:36:03 -04:00
Kevin
5b1d9c9144 removed jquery file 2018-03-26 07:10:42 -04:00
Kevin
d83e54e733 Accomplished 2 ajax post clicks to get to post ID edit screen 2018-03-26 07:10:25 -04:00
Kevin
cf2cfb5414 Cleanup of files 2018-03-26 06:08:14 -04:00
Kevin
9e1f573b34 removed ds store file 2018-03-21 17:27:26 -04:00
Kevin
94b4d8b7f0 CasperJS test files 2018-03-21 17:27:08 -04:00
Kevin
43c9eb25b5 Added gitignore 2018-03-21 07:37:59 -04:00
Kevin
0ea67d3e9a Typo with readme 2018-03-21 07:35:07 -04:00
Kevin
b05260a461 Updated readme 2018-03-21 07:34:14 -04:00
Kevin
64fb35dd35 First commit 2018-03-21 07:24:16 -04:00
shift8web
bf74c05161 Initial commit 2018-03-21 07:20:11 -04:00