Build Status

NAME

App::GitHubWebhooks2Ikachan - Web server to notify GitHub Webhooks to App::Ikachan

SYNOPSIS

$ githubwebhooks2ikachan --ikachan_url=http://your-ikachan-server.com/notice --port=12345

DESCRIPTION

App::GitHubWebhooks2Ikachan is the server to notify GitHub Webhooks to App::Ikachan.

Now, this application supports issues, pull_request, issue_comment, commit_comment, pull_request_review_comment and push webhooks of GitHub.

PARAMETERS

Please refer to the githubwebhooks2ikachan.

USAGE

Please set up webhooks at GitHub (if you want to know details, please refer http://developer.github.com/v3/activity/events/types/).

Payload URL will be like so;

http://your-githubwebhooks2ikachan-server.com/${path}?subscribe=issues,pull_request&issues=opened,closed&pull_request=opened

This section describes the details.

SEE ALSO

githubwebhooks2ikachan

http://developer.github.com/v3/activity/events/types/.

LICENSE

Copyright (C) moznion.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

moznion moznion@gmail.com