# 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_token.txt` file. The `github_token.txt` file should be located at `~/github_token.txt`. Please input info like this: `///// site=https://zulip.somewhere.com