GitLeads

December 28th 2016

GitLeads #

This was a project commissioned by a friend of mine at a software company. With permission, however, I’ve refactored, sanitized, and open sourced the script I wrote so that others might be able to benefit from it. :smile:

When provided with a UserID and Email Address, GitLeads attempts to see if the individual has an account on GitHub and returns relevant information if so. If desired, it can then post it to a slack channel chosen by you.

I have finished refactoring the code and improving the test suite. Basic documentation is available in GitHub Repository and on NPM Page for the script.

If you want to use GitLeads yourself, you can install it by running:

npm i gitleads

Click here to check out the page on NPM.

Click here to see the GitHub repository.