github-related-emails-tor

0.1.0 • Public • Published

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
    })

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i github-related-emails-tor

Weekly Downloads

0

Version

0.1.0

License

ISC

Last publish

Collaborators

  • franciskim