Skip to content

Find related emails (including the user's) via GitHub public data. Works via Tor.

Notifications You must be signed in to change notification settings

franciskim/github-related-emails-tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

What does it do?

This module parses emails from the GitHub public user data. The result is sorted by relevance (number of occurrences an email appears).

The module returns a promise with an array containing emails via resolve() and usually, the first entry would be the user's email. Needs Tor client.

How to use

CLI

nodejs index.js --user franciskim

Module

const getRelatedEmails = require('github-related-emails')

getRelatedEmails('franciskim')
    .then(r => {
        console.log(r)
    })
    .catch(e => {
        console.error(e)
    })
    .then(() => {
        // do more stuff
    })

About

Find related emails (including the user's) via GitHub public data. Works via Tor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published