Skip to content

This project is aimed to identify if there is a new public repository added into any github given organisation.

Notifications You must be signed in to change notification settings

mohangcsm/github_monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

This project is aimed to identify if there is a new public repository added into any given github organization

The following are the dependency libraries. Use PIP or EASY_INSTALL or BREW to install the below.

requests
json
pymongo

Make sure "Mongo" running with following values:

MONGO_HOST = '127.0.0.1'
MONGO_PORT = 27017
MONGO_USERNAME = ''
MONGO_PASSWORD = ''

Running Program :

python github_monitor.py <org_name> <auth_token>

About

This project is aimed to identify if there is a new public repository added into any github given organisation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages