aimananees / connector-github

📡 A GitHub connector for opsdroid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opsdroid connector GitHub

A connector for opsdroid to comment on issues and pull requests on GitHub.

Requirements

To use the twitter connecter you will need a user for the bot to use and generate a personal api token. It is recommended that you create a separate user from your own account for this. You also need to configure a webhook to send events to opsdroid.

Creating your application

  • Create GitHub user for the bot to use and log into it
  • Create a personal api token
  • Navigate to the repo you wish the bot to comment on (or a whole org if you prefer)
  • Go to the settings page
  • Create a webhook pointing to your opsdroid instance
  • Ensure you check 'Issues', 'Issue Comment' and 'Pull request'

Configuration

connectors:
  - name: github
    # required
    github-token: aaabbbcccdddeee111222333444

About

📡 A GitHub connector for opsdroid

License:Apache License 2.0


Languages

Language:Python 100.0%