Skip to main content

A high-level Python CLI for github event management

Project description

gitnotus : github notification

drone.io CI build status Latest PyPI version Number of PyPI downloads

gitnotus is a set of API’s/tools written to manage github events. Event updates will be notified through web hooks.

Configuration

  • Make apache tomcat web server up and running

  • Make an public URl to post the hook

  • In local use ngrok.com to make an URL. Next two steps are required in case if you do not have an public domain

  • download and install ngrok

  • ./ngrok 8080

  • Add the webhook URL to the git repo

  • Start the webhook_handler to recieve json ./weghook_handler.py

  • Start the local smtp server on port 1025 using the following command ‘python -m smtpd -n -c DebuggingServer localhost:1025’ to send emails

Features

  • CLI to manage and effetively utilize github events.

Requirements

  • Python 2.6, 2.7, 3.2, 3.3, 3.4

  • Flask

  • json

  • pickle

License

MIT

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

gitnotus-0.1.1.tar.gz (8.2 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