Skip to main content

A high-level Python CLI for github event management

Project description

vmonere : github notification
====================================

.. image:: https://drone.io/github.com/dineshappavoo/gitnotus/status.png
:target: https://drone.io/github.com/dineshappavoo/gitnotus
:alt: drone.io CI build status

.. image:: https://pypip.in/v/gitnotus/badge.png
:target: https://pypi.python.org/pypi/gitnotus/
:alt: Latest PyPI version

.. image:: https://pypip.in/d/gitnotus/badge.png
:target: https://pypi.python.org/pypi/gitnotus/
:alt: 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.

.. code-block:: python
Confiduration:
1.Make apache tomcat web server up and running
2.Make an public URl to post the hook
3.In local use ngrok.com to make an URL () This step is required in case if you do not have an public domain
3.1.download and install grok
3.2./ngrok 8080
4.Add the webhook URL to the git repo
4.Start the webhook_handler to recieve json ./weghook_handler.py
6.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.0.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