Skip to content

IlyassCODEX/FBCommentX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

FBCommentX

πŸš€ FBCommentX is a Python automation tool that uses Selenium to log into Facebook and automatically post comments on specified posts. It is designed for developers, testers, and marketers who need to automate comment posting on Facebook for engagement or testing purposes.

⚠️ This tool is intended for educational and research use only. Use responsibly and in compliance with Facebook's Terms of Service.


πŸ“Œ Features

  • Login automation with email and password
  • Commenting on any public or accessible Facebook post
  • Multiple comment posting logic
  • Headless browsing support (no GUI)
  • Configurable via command-line arguments
  • Basic cookie acceptance and anti-checkpoint handling

πŸ”§ Requirements

  • Python 3.6+
  • Google Chrome installed
  • ChromeDriver compatible with your Chrome version
Set ChromeDriver path (optional)
Download and place the ChromeDriver binary in a known location.

πŸ“¦ Installation

  1. Clone the repository
git clone https://github.com/IlyassCODEX/FBCommentX.git
cd FBCommentX
pip install -r requirements.txt
python3 cs.py

Usage :

python3 cs.py \
  --email [email protected](or phone number) \
  --password your_password \
  --post-url https://www.facebook.com/yourtargetpost \
  --comment "This is my automated comment!" \
  --chromedriver-path /path/to/chromedriver \
  --headless

About

FBCommentX is a Python automation tool that uses Selenium to log into Facebook and automatically post comments on specified posts. It is designed for developers, testers, and marketers who need to automate comment posting on Facebook for engagement or testing purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages