Fb-Komen is a Python script designed to comment on Facebook posts with images generated by AI. This project leverages AI to create unique and engaging comments, enhancing your social media interaction.
- Comment and React with Images: Automatically comment on posts with images generated by AI from Koala.sh and Ephoto360.com.
- Targeted Comments and Reactions: Comment and react to specific posts.
- Custom Comment Texts: Modify the default comment texts to your preference.
- Like Posts: Automatically like posts on your Facebook feed.
- User Authentication: Secure login with cookies validation.
- Required Python packages: Install them using
pip install -r requirements.txt
- Python 3.x
- Termux v118/v119
$ apt update -y && apt upgrade -y
$ pkg install git python-pip
$ git clone https://github.com/RozhakXD/Fb-Komen
$ cd "Fb-Komen"
$ python -m pip install -r requirements.txt
$ python Run.py
Upon running the script, you will be prompted to select from various features:
- Comment and React with Images (Koala.sh)
- Comment with Images (Ephoto360.com)
- Comment and React to Specific Post
- Change Comment Text
- Like Feed Posts
- Exit
Follow the on-screen instructions to input the necessary details such as delay time, comment texts, or specific post links.
Example: To comment on the latest posts with images generated by Koala.sh, select option 1 and follow the prompts to set your delay time and start the process.
If you enjoy using this project, consider supporting its development:
- Connection Problems: Ensure you have a stable internet connection. If you encounter connection issues, the script will notify you and attempt to reconnect.
- Comment Failure: If the script fails to comment, the post might not be commentable, the post ID might be unavailable, or your Facebook account could be blocked.
- Invalid Cookies: If you receive an error related to cookies, ensure your cookies are correctly saved in
Penyimpanan/Cookie.json
. Re-run the login process if necessary. - Script Stuck: If the script gets stuck, you can stop it using
CTRL + C
and restart it. - Login Issues: If you fail to log in, ensure that your Facebook account language is set to Indonesian and that you are not using the free mode on your account.
- Image Generation Failure: If the script fails to create images, there might be an issue with the AI server.
Users should exercise caution and avoid setting the delay too short, as this may result in your account being blocked. Always enable two-factor authentication for added security, and ensure your email and phone number are updated and verified.
For further assistance, feel free to open an issue on the GitHub repository.