githubhooks est un simple module Python conçu pour répertorier et tester crochets Github qui ont été précédemment activés.
Installation
pip installer githubhooks
Utilisation
Configuration oauth jeton env var
(GitHub-crochets) jon @ lenovo ~ / Code / github-crochets $ Source GITHUB_TOKEN
Listing crochets disponibles
(GitHub-crochets) jon @ lenovo ~ / Code / github-crochets liste $ de githubhooks.py
.. Listing Crochets par Repository ..
xam: 414859 (Travis)
XBMC-vimcasts: 416593 (travis)
xbmcswift: 78826 (twitter)
xbmcswift2: 239826 (readthedocs)
Attention: éviter prévisions puisque je ne pouvais pas accéder à crochets. Peut-être que vous ne avez pas la permission.
Spécification crochets pour se exécuter comme args
(GitHub-crochets) jon @ lenovo ~ / Code / github-crochets $ githubhooks.py --hook xam: 414859 --hook XBMC-vimcasts: 416593 terme
Déclenchement travis crochet pour xam ... OK
Déclenchement travis crochet pour XBMC-vimcasts ... OK
Spécification crochets afin de fonctionner à partir d'un fichier de configuration
(GitHub-crochets) jon @ lenovo ~ / Code / github-crochets $ chat crochets
# travis
xam: 414859
# travis
XBMC-vimcasts: 416593
(GitHub-crochets) jon @ lenovo ~ / Code / github-crochets $ githubhooks.py --config crochets exploités
Déclenchement travis crochet pour xam ... OK
Déclenchement travis crochet pour XBMC-vimcasts ... OK
Exigences :
- Python
Commentaires non trouvées