# Overview This is the documentation for how to set up and run the GitHub comment bot. (`git_hub_comment.py`) This directory contains library code for running Zulip bots that react to messages sent by users. This bot will allow you to comment on a GitHub issue. You should preface messages with `@comment` or `@gcomment`. You will need to have a GitHub account, and a GitHub OAuth token. ## Setup Before running this bot, make sure to get a GitHub OAuth token. You can look at this tutorial if you need help: The token will need to be authorized for the following scopes: `gist, public_repo, user`. Store it in the `~/github-auth.conf` file, along with your username, in the format: github_repo = (The name of the repo to post to) github_repo_owner = (The owner of the repo to post to) github_username = (The username of the GitHub bot) github_token = (The personal access token for the GitHub bot) `/// site=https://zulip.somewhere.com