MozillaSecurity / hedwig

Hedwig is a commit monitor for GitHub using the GitHub REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Hedwig is a commit monitor for GitHub using the GitHub REST API.

Create a hedwig.json file which contains your GitHub Token.

{
    "github": {
        "token": "<TOKEN>"
    }
}
python hedwig.py -project mozilla-inbound -repositories repositories.json -keywords keywords/debug.json

About

Hedwig is a commit monitor for GitHub using the GitHub REST API.

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%