{"id":16601001,"url":"https://github.com/koalazak/email-multiplexer","last_synced_at":"2025-10-29T13:31:40.402Z","repository":{"id":57222817,"uuid":"83136531","full_name":"koalazak/email-multiplexer","owner":"koalazak","description":"Gets all variants of an email address filling with dots.","archived":false,"fork":false,"pushed_at":"2017-03-07T00:43:44.000Z","size":4,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T01:51:12.170Z","etag":null,"topics":["account","address","dot","dots","email","fill","gmail","multi","multiplexer","outlook","register","spam","variants"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koalazak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-25T14:20:02.000Z","updated_at":"2023-01-09T16:20:17.000Z","dependencies_parsed_at":"2022-09-05T07:00:35.675Z","dependency_job_id":null,"html_url":"https://github.com/koalazak/email-multiplexer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalazak%2Femail-multiplexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalazak%2Femail-multiplexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalazak%2Femail-multiplexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koalazak%2Femail-multiplexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koalazak","download_url":"https://codeload.github.com/koalazak/email-multiplexer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238832310,"owners_count":19538269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["account","address","dot","dots","email","fill","gmail","multi","multiplexer","outlook","register","spam","variants"],"created_at":"2024-10-12T00:16:27.099Z","updated_at":"2025-10-29T13:31:39.895Z","avatar_url":"https://github.com/koalazak.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# email-multiplexer\n[![Build Status](https://travis-ci.org/koalazak/email-multiplexer.svg?branch=master)](https://travis-ci.org/koalazak/email-multiplexer)\n[![dependencies Status](https://david-dm.org/koalazak/email-multiplexer/status.svg)](https://david-dm.org/koalazak/email-multiplexer)\n[![npm version](https://badge.fury.io/js/email-multiplexer.svg?r)](http://badge.fury.io/js/email-multiplexer)\n\nGets all variants of an email address filling with dots. *One address to rule them all.*\n\n## The dots in your Gmail/Outlook address don’t matter\n\nYou can email `pepito@gmail.com`, `pep.ito@gmail.com` or `p.e.p.i.t.o@gmail.com` and they would all go to the same place. The periods in your email address are actually totally meaningless.\n\nThe dots and capitalization can help make the Gmail address easier to read for humans, but the Google Gmail servers don't even notice them.\n\nObtaining all your variants you can create X accounts in other services using a unique verified gmail account. \n\nThe longer the address, the more variants you can get:\n\n[![](https://latex.codecogs.com/gif.latex?%5Cinline%20%5Cdpi%7B120%7D%20Variants%3D2%5E%7Blength-1%7D)](https://latex.codecogs.com/gif.latex?%5Cinline%20%5Cdpi%7B120%7D%20Variants%3D2%5E%7Blength-1%7D)\n\nWith an email like `LeonardodaVinci@gmail.com` (15 characters of length) you get 16384 email variants.\n\n# Install\n\n\nFirst you need node.js installed and then in your project directory:\n\n```bash\n$ npm install email-multiplexer --save\n```\n\n# Quick start\n\nCreate `myapp.js` file with this content:\n\n```javascript\nconst emailMultiplexer = require ('email-multiplexer');\n\nconst emailVariants = emailMultiplexer('pipito@gmail.com');\n\nconsole.log(emailVariants);\n\n```\n\nThen run your script:\n\n```\n$ node myapp.js\n[ 'pepito@gmail.com',\n  'pepit.o@gmail.com',\n  'pepi.to@gmail.com',\n  'pepi.t.o@gmail.com',\n  'pep.ito@gmail.com',\n  'pep.it.o@gmail.com',\n  'pep.i.to@gmail.com',\n  'pep.i.t.o@gmail.com',\n  'pe.pito@gmail.com',\n  'pe.pit.o@gmail.com',\n  'pe.pi.to@gmail.com',\n  'pe.pi.t.o@gmail.com',\n  'pe.p.ito@gmail.com',\n  'pe.p.it.o@gmail.com',\n  'pe.p.i.to@gmail.com',\n  'pe.p.i.t.o@gmail.com',\n  'p.epito@gmail.com',\n  'p.epit.o@gmail.com',\n  'p.epi.to@gmail.com',\n  'p.epi.t.o@gmail.com',\n  'p.ep.ito@gmail.com',\n  'p.ep.it.o@gmail.com',\n  'p.ep.i.to@gmail.com',\n  'p.ep.i.t.o@gmail.com',\n  'p.e.pito@gmail.com',\n  'p.e.pit.o@gmail.com',\n  'p.e.pi.to@gmail.com',\n  'p.e.pi.t.o@gmail.com',\n  'p.e.p.ito@gmail.com',\n  'p.e.p.it.o@gmail.com',\n  'p.e.p.i.to@gmail.com',\n  'p.e.p.i.t.o@gmail.com' ]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoalazak%2Femail-multiplexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoalazak%2Femail-multiplexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoalazak%2Femail-multiplexer/lists"}