Pricardo1988 / Facebook-Group-Post-Automation-Selenium-Python

Selenium - Python Script to bulk group post on Facebook public and joined private groups .

Home Page:https://roysukrit78.medium.com/bulk-posting-on-facebook-groups-using-python-5bc0aa9dfe9a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Group Posting Bot 🔥

What it does ?

As it is named, this python script automatically logs in your Facebook account and posts your text, image based content on the Facebook Groups you are a member of or any public groups .

How does it work or Instructions to use ?

  • ✔️ Open fb_credentials.json in notepad, and replace yourloginemail with your Facebook login email address, and email address should come between double-quotes. Also, perform the same thing with yourpassword, put your Facebook login password there (should come between double quotes) .

  • ✔️ To post the desire status/text, open the PostingContents.txt file in notepad, and add text there (this will not come in the double quotes).

  • ✔️ Paste the urls of the group in the group_links.txt as URL1 , URL2 , ........ URL 'N' (this will not come in the double quotes)

  • ✔️ Put the images you wish to upload in img folder make sure to make it within 512 x 512 for best resolution

  • ✔️ After performing the above steps, run the fbPost.exe to start posting.

  • ✔️ Press "Y" in the fbPost cmd if you wish to upload text with images and "N" if you just want to upload text based post .

  • ✔️ That's it! Sit back and watch the bot post in your facebook groups.

Is it safe to use, and I have given my Facebook credentials?

  • Yes, it is safe. It will use your credentials to only log in to your account, and all posting process will happen in front of you. Once you run the running command in cmd, it will open separate/another chrome, and do the posting work.

Warning: Please don't interact with chrome, which will be opened by the script. You can use your other chrome instance to do your work.

Credits for chromedriver.exe:

  • Thanks Google for creating ChromeDriver to control the chrome functions.

Features i am working on :

  • Making a user friendly GUI
  • Refractoring the Code
  • Feel free to report any issue or collaborate

About

Selenium - Python Script to bulk group post on Facebook public and joined private groups .

https://roysukrit78.medium.com/bulk-posting-on-facebook-groups-using-python-5bc0aa9dfe9a

License:GNU General Public License v3.0


Languages

Language:Python 100.0%