user-email-enrichment icon indicating copy to clipboard operation
user-email-enrichment copied to clipboard

A free, open source tool to lookup user identities by email address

Results 8 user-email-enrichment issues
Sort by recently updated
recently updated
newest added

When using the GUI (https://taitems.github.io/user-email-enrichment/), it appears to be omitting numbers. Any fix/workaround? ![1](https://user-images.githubusercontent.com/26424807/218171785-c3d1c9a7-fef8-4af3-b1fe-bdbc65e5e473.png) ![2](https://user-images.githubusercontent.com/26424807/218171788-adcbe39f-89c6-48fd-af06-c37ab4240f2a.png)

Im sorry to raise the question again while a similar question was addressed: it seems creepy... Well it is! Even if someone let his/her identity publicly somewhere, it doesn't mean...

Keybase profiles can also be fetched for free, without auth, via CORS. An example query: https://keybase.io/_/api/1.0/user/lookup.json?twitter=malgorithms

See `http://en.gravatar.com/beau.json` for a list of other fields not yet pulled in correctly. At the same time, ensure types and tests are up to date.

hacktoberfest
hacktoberfest-accepted

For example, prioritise an email inferred `first.last => 'First Last'` over a gravatar nickname format like `flast`. Probably as simple as weighting `\s` higher and possibly even punishing numbers `first89`.

hacktoberfest

This was developed in Australia with an anglo-centric bias. What other options are out there in the non-english speaking world, or even within other english-speaking countries. For example: - Is...

help wanted
question

Github will throttle less if a token is provided, consider allowing this to be passed through.

question

By default `gravatar.js` is pulling in the small thumbnail. Consider either: - Running a parallel query with `gravatar.resolve('foo@bar');` to ensure it actually exists - Ideally raising an issue/PR with `gravatar.js`...

hacktoberfest