This is a Python Project that allows a user to post simultaneously in multiple Facebook Groups. It utilizes the Facebook Graph API which is installed as a python library
To utilize this python code, signup on facebook developer site and obtain credentials. Among issued credentials include an access token, it can be entered on the blank section of this code : graph = facebook.GraphAPI(access_token="") Add the group names of the desired destination groups on the group_id parameter Click on run to intialize the process