Skip to content

Facebook auto comment script, without using API (BETA)

License

Notifications You must be signed in to change notification settings

chuyenim/fb_auto-commenter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook auto-comment Script

A Facebook commenter which comments into group posts without using API.

Prerequisites

Latest Node version. (if you dont have, then download from Nodejs.org)

A terminal (MINGW/Git on windows,cmd will work too OR Linux(not tested on linux yet))

How to install

$ git clone https://github.com/SwapnilSoni1999/fb_auto-commentor -b 1.1-js auto-commenter
$ cd auto-commenter

Required Packages

Before you run script you need following packages to be installed:

Modules
selenium-webdriver
chromedriver
object-length
system-sleep
fs
readline-sync
cryptr

Install them using following command:

$ npm install --save selenium-webdriver@3.6.0 chromedriver object-length system-sleep fs readline-sync cryptr

After that just run node auto-comment.js in terminal and follow the instructions.

$ node auto-comment.js

Note

  • If you want to reset credentials then just delete creds.json
  • Always enter the group URL which you want to spam 😌 (eg. https://facebook.com/groups/GROUP_ID)

License

MIT

About

Facebook auto comment script, without using API (BETA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%