Automatically post GitHub releases, commits, or new issues to a specified Facebook Group using the Facebook Graph API.
if __name__ == "__main__": content = get_content() if content: post_to_facebook(content) auto post group facebook github
You might wonder, "Why not use Buffer, Hootsuite, or Later?" The answer is . Due to the Cambridge Analytica scandal, Facebook severely limited its Graph API. Today, the official API does not allow third-party apps to post to Groups on your behalf unless the app is "verified" and reviewed by Facebook—a costly and difficult process. Automatically post GitHub releases, commits, or new issues
Most repositories follow a similar workflow. If you were to download a popular repository, the setup process usually looks like this: Automatically post GitHub releases