Skip to main content

github webhooks

Project description

Installation

$ [sudo] pip install github-webhooks

Config

bash python
export GITHUB_TOKEN="your_github_token" os.environ["GITHUB_TOKEN"]="your_github_token"

Functions

function __doc__
github_webhooks.exists(fullname, webhook) return True if webhook exists
github_webhooks.api.delete(fullname, hook_id) delete repo webhook
github_webhooks.api.get(fullname) return a list of repo webhooks data
github_webhooks.api.request(method, url, data=None, **kwargs) make request and return response

Executable modules

usage __doc__
python -m github_webhooks.add events url add repo webhook(s)
python -m github_webhooks.delete webhook ... delete all repo webhooks
python -m github_webhooks.init section ... init webhook from init file sections
python -m github_webhooks.names print repo webhooks names
python -m github_webhooks.urls print repo webhooks urls

Examples

$ cd path/to/repo
$ python -m github_webhooks.create "push" https://xxx.execute-api.us-east-1.amazonaws.com/run
$ python -m github_webhooks.names
web
$ python -m github_webhooks.urls
https://xxx.execute-api.us-east-1.amazonaws.com/run
$ python -m github_webhooks.delete "web"

~/.github-webhooks.ini

[name]
  url = https://xxx.execute-api.us-east-1.amazonaws.com/run
  events = push
$ python -m github_webhooks.init "name"

Links

python-readme-generator

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github-webhooks-2019.4.13.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page