All Projects → SwapnilSoni1999 → fb_auto-commenter

SwapnilSoni1999 / fb_auto-commenter

Licence: MIT license
Facebook auto comment script, without using API (BETA)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fb auto-commenter

facebook-data-extraction
Experiences in extracting data from Facebook with these 3 methods: Facebook Graph API, Automation tools, DevTools Console
Stars: ✭ 81 (+224%)
Mutual labels:  selenium
webdriverio-zap-proxy
Demo - how to easily build security testing for Web App, using Zap and Glue
Stars: ✭ 58 (+132%)
Mutual labels:  selenium
thewaiter
A Waiter library for Selenium tests
Stars: ✭ 52 (+108%)
Mutual labels:  selenium
weibo topic
微博话题关键词,个人微博采集, 微博博文一键删除 selenium获取cookie,requests处理
Stars: ✭ 28 (+12%)
Mutual labels:  selenium
Spider
Spider项目将会不断更新本人学习使用过的爬虫方法!!!
Stars: ✭ 16 (-36%)
Mutual labels:  selenium
YouTubeUploader
An automated, headless YouTube Uploader
Stars: ✭ 116 (+364%)
Mutual labels:  selenium
selenium-java
This is the sample repository that we use in the Complete Selenium WebDriver with Java Bootcamp
Stars: ✭ 45 (+80%)
Mutual labels:  selenium
DeepLTranslator
The DeepL Translator is an API written in Java that translates via the DeepL website sentences. Without API key.
Stars: ✭ 45 (+80%)
Mutual labels:  selenium
nightwatch101
使用 Nightwatch 實現 End-to-End Testing ★
Stars: ✭ 42 (+68%)
Mutual labels:  selenium
testbench
Vaadin TestBench is a tool for automated user interface testing of Vaadin Framework applications.
Stars: ✭ 20 (-20%)
Mutual labels:  selenium
selenium-client
A PHP Selenium client
Stars: ✭ 31 (+24%)
Mutual labels:  selenium
InstaBot
Simple and friendly Bot for Instagram, using Selenium and Scrapy with Python.
Stars: ✭ 32 (+28%)
Mutual labels:  selenium
jdi-light
Powerful Framework for UI Automation Testing on Java
Stars: ✭ 84 (+236%)
Mutual labels:  selenium
FUTpuppeteer
This is an auto-clicker bot used to trade players and items on FIFA Ultimate Team's Web App.
Stars: ✭ 11 (-56%)
Mutual labels:  selenium
selenified
The Selenified Test Framework provides mechanisms for simply testing applications at multiple tiers while easily integrating into DevOps build environments. Selenified provides traceable reporting for both web and API testing, wraps and extends Selenium calls to more appropriately handle testing errors, and supports testing over multiple browser…
Stars: ✭ 38 (+52%)
Mutual labels:  selenium
qzone-spider
QQ 空间爬虫,基于 selenium 模拟登录空间,破解滑动验证码,拿到 cookies,然后使用 requests 抓取好友留言板的所有留言与回复,并生成词图。只抓了留言,本来还想抓说说,不过因为我已经好多年不玩 QQ 空间,感觉它对我已经没什么意义了,遂作罢。
Stars: ✭ 23 (-8%)
Mutual labels:  selenium
python-data-from-web
API and web scraping workshops
Stars: ✭ 32 (+28%)
Mutual labels:  selenium
PhpScreenRecorder
A slim PHP wrapper around ffmpeg to record screen,best for recording your acceptance test using selenium, easy to use and clean OOP interface
Stars: ✭ 44 (+76%)
Mutual labels:  selenium
Crawler pubg.op.gg
This is a web crawler for pubg.op.gg, written by Ruichong Liu. 绝地求生游戏数据抓取
Stars: ✭ 15 (-40%)
Mutual labels:  selenium
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (-4%)
Mutual labels:  selenium

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 [email protected] 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].