Skip to content

shoeb00/github-events-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Github logger

A simple webserver that listens to github actions for a selected repository and stores the events in structured logs in MongoDB.


Installation steps

Install all dependencies using python pip3

$ pip3 install requirements.txt

You can start the webserver by using python3

$ python3 main.py

Webhook

Github webhook accepts https link for which used ngrok to expose the local server to internet. You can download it from https://ngrok.com/download and start the ngrok service by following the below commands.

$ ./ngrok http 3000

About

Logs pull, push and merge requests to mongoDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages