https://github.com/rozhakxd/commentmaster
https://github.com/rozhakxd/commentmaster
automation commenting facebook group-engagement image-comments python-tool text-comments
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rozhakxd/commentmaster
- Owner: RozhakXD
- License: gpl-3.0
- Created: 2024-08-25T01:43:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T02:53:05.000Z (10 months ago)
- Last Synced: 2025-01-28T02:42:00.907Z (5 months ago)
- Topics: automation, commenting, facebook, group-engagement, image-comments, python-tool, text-comments
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CommentMaster
**CommentMaster** is a Python tool that automates commenting on Facebook posts within a specified group. It supports both text and image comments, making it easy to engage with posts efficiently.
## Key Features
- **Image Support**: Attach images to your comments or opt for text-only comments, giving you flexibility in how you engage.
- **Customizable Delay**: Set a delay between comments to avoid getting flagged by Facebook, with a recommended minimum of 60 seconds.
- **Automated Comments**: Automatically comment on all posts within a specified Facebook group, saving you time and effort.
- **Random Comments**: Input multiple comment texts, and CommentMaster will randomly select one for each post. Separate comments with commas and use `+` for line breaks within a single comment.## How It Works
- **Comment Delay**: Set a delay between comments to prevent being blocked. A delay of 60 seconds or more is recommended.
- **Image Path**: Specify the image file path or leave it blank for text-only comments.
- **Comment Text**: Enter your comments, separated by commas for randomization. Use `+` for line breaks.
- **Group Link**: Provide the Facebook group link, and CommentMaster will target all posts in that group.## Installation
```
$ apt update -y && apt upgrade -y
$ pkg install git python-pip
$ git clone https://github.com/RozhakXD/CommentMaster.git
$ cd CommentMaster
$ pip install requests rich requests-toolbelt
$ python Run.py
```## Support
If you find this tool helpful, consider supporting its development:- [Trakteer](https://trakteer.id/rozhak_official/tip)
- [PayPal](https://paypal.me/rozhak9)## Troubleshooting
- **Valid Cookies**: Ensure your cookies are valid and up-to-date to avoid login issues and maintain a stable connection with Facebook.
- **Image File Path**: Verify that the image file path is correct if you're using an image. An incorrect path will result in failure to attach the image to your comments.
- **Correct Group Link**: Double-check that the Facebook group link is properly formatted. An incorrect link can prevent CommentMaster from targeting the right group.
- **Adequate Delay**: Set the comment delay to at least 60 seconds. This helps to minimize the risk of your account being flagged or blocked by Facebook's automated systems.## Screenshot
## License
This project is licensed under the GNU General Public License. See the [LICENSE](https://github.com/RozhakXD/CommentMaster?tab=GPL-3.0-1-ov-file) file for more details.