Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.
/ octoproxy Public archive

Proxy for Sidelaunching on GitHub Events

Notifications You must be signed in to change notification settings

mverteuil/octoproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

octoproxy

Proxy for Sidelaunching on GitHub Events

Usage

proxy.py:

import octoproxy

@octoproxy.events.register_event('pull_request', repository='*')
def do_something_on_pull_request(event_type, event_data):
    ...

 if __name__ == "__main__":
    octoproxy.app.run()
$ python proxy.py

Authors

octoproxy was written by M. de Verteuil.

About

Proxy for Sidelaunching on GitHub Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages