├── README.md ├── avatars ├── 005c5a1d6d7d54e7b703b64d015bd0c0c2614862_full (1).jpg ├── 005c5a1d6d7d54e7b703b64d015bd0c0c2614862_full.jpg ├── 005c5a89881fd55a4427af93be9fa57b4b00c747_full (1).jpg ├── 005c5ab532cb750602302bf3dce421569467c838_full.jpg ├── 005c5bf46c1e64cf3af1817b1bc1759afb498a9a_full.jpg ├── 005c5c2be4078187908acd63ad353b0b093c9a58_full.jpg ├── 005c5c2d7cb70f1f6f282ae7f7bcee0de46adae2_full.jpg ├── 005c5d4531e6b564cabd0193265cc9360f41a4f6_full.jpg ├── 005c5db2b0d7daa4ae0d15e342e76db128980e92_full.jpg ├── 005c5dd72542d45e7afd8d48d757851b307fac87_full.jpg ├── 005c6a1a37b1caaea8b4fbd869666cc0a200f285_full.jpg ├── 005c6aa18af44080e2782fcafd6da24afb3f5915_full.jpg ├── 005c6ada3fe27155f6dba7585dd01129456b57d6_full.jpg ├── 005c6b95929a76875cc907ad09882973538e2d6e_full.jpg ├── 005c6bb5829e67f703a628e63558a7d913d5c1ab_full.jpg ├── 005c6bd34961c084370c4eb7d7dc9d9dcb1aff61_full.jpg ├── 005c6bdfd9ac4e46409502c900d00a67e06949ea_full.jpg ├── 005c6dd65b72741877a520dfcf0ebd13305ce585_full.jpg ├── 005c6fa05c9babf36882a536d246898edc2d8972_full.jpg ├── 005c7a87ac7ec6ae1d08e43f05f471cffcfa17f4_full.jpg ├── 005c7bff113ac1984309417402a4dbae785848a1_full.jpg ├── 005c7c337cbe118e6ab787558c43fead101c69ef_full.jpg ├── 005c7c599eddc8ffa2a0c2d2e25e13dca84db92b_full.jpg ├── 005c7cfc36fc7f684f4c2f69b768bab7c4c3921f_full.jpg ├── 005c7d234517094a330a0c70012123f366b6ef84_full.jpg ├── 00d1e382885517fff70bbec6dd99f40065ba11bb_full.jpg ├── 0a7719339a4041041c24039cc96a691aecfbcbd5_full.jpg ├── 0b0ff4eae955d865e2482dd56440d253193eb2db_full.jpg ├── 0b29fa6242a517109e73c230a1e5a3f9080cbab6_full.jpg ├── 0be6743f519bc52a893e55ab6b634106af3bf438_full.jpg ├── 0c9ec1218680ebda6f297b86419d8f2ba0dfa199_full.jpg ├── 0cc9ab2efdd125970f048f831504195dc79371cc_full.jpg ├── 0e774c16498782c88a1afc7d6d3164991530edcb_full.jpg ├── 1a54b936703d3c136e91de9b465eee92aafdd875_full.jpg ├── 1b676639162424d0561ac72cb082c15a52181ed9_full.jpg ├── 1bff629c6c13ee410a4ca8ae5cfb1e84f3566675_full.jpg ├── 1d25653f775065f2238237af1262c94c04aa103a_full.jpg ├── 1d99421710c03a8f68b2f081cb6edf636b66e4da_full.jpg ├── 1e2fbd40bf21578d37370a462872cf0b7292debc_full.jpg ├── 1ff83864efea28f4d9f50d2d00b6bf20e2921b28_full.jpg ├── 2b99e507111f1b4af4b9a76cde7065c688dedc2c_full.jpg ├── 2d0c4962cfd081d4c0840331887db59f23d41736_full.jpg ├── 2dcf358d55bb8b64dc497315954cab7d4dc840e3_full.jpg ├── 3a4036014dd095b9ce8b937e1a430f01a8377307_full.jpg ├── 3c1a884d191d9981b12acceac24e1b24cc9f854d_full.jpg ├── 3da9149456d23001b3e0bcf65ff39166e4b2aa4b_full.jpg ├── 4b6af13ea77ec6b93faae84262a63ff025e0b802_full.jpg ├── 4cc6176922f3ba021e0e42c4dcff533d410561b8_full.jpg ├── 4cf35444169b9a1b93bf0a5ac2ce23611569135a_full.jpg └── 4e657164eb4e36556cd7aa275b056f379a33ab8a_full.jpg ├── bots.txt ├── config.json ├── country.txt ├── index.js ├── names.txt ├── package-lock.json ├── package.json ├── realnames.txt └── summary.txt /README.md: -------------------------------------------------------------------------------- 1 | # steam-profile-filler 2 | Automatic Steam profile filling 3 | 4 | This is a node js script based on [https://github.com/DoctorMcKay/node-steamcommunity](node-steamcommunity) that automatic add name, real name, country, summary, avatar, and change the privacy settings to public. This bot works with limited and unlimited steam accounts both. 5 | 6 | ### Installing: 7 | 1. Download the latest stabe version of Node JS - [nodejs.org](nodejs.org) 8 | 2. Download and unpack the archive to any location 9 | 3. Open PowerShell or command prompt (or terminal for Linux) in the folder with the bot. To do this enter: `cd c:\path_to_the_folder` or if you use Windows go to the needed folder in the explorer, then press `SHIFT + right mouse`, select: `Open PowerShell window here` 10 | 4. Enter in the console: `npm i` or `npm install` 11 | 12 | ### Configuration: 13 | 1. Textfiles `names.txt`, `realnames.txt`, `summary.txt` contain many lines, bot will take a random line from these files for each account. 14 | 2. `bot.txt`. Here you put your bots in each line: `username:password:shared_secret`. 15 | 3. `avatars` folder contains images that bot will take a random of them. You can get more avatars from here - [https://randomavatar.com/](https://randomavatar.com/). 16 | 4. 'config.json' contain only one parameter - `delay`. This is delay time between authorizations. More time - more safe. 17 | 18 | ### Using: 19 | 1. In the console type: `node index` or `node index.js` 20 | 2. Wait when the process is complete. The bot changes accounts information one by one. 21 | -------------------------------------------------------------------------------- /avatars/005c5a1d6d7d54e7b703b64d015bd0c0c2614862_full (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5a1d6d7d54e7b703b64d015bd0c0c2614862_full (1).jpg -------------------------------------------------------------------------------- /avatars/005c5a1d6d7d54e7b703b64d015bd0c0c2614862_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5a1d6d7d54e7b703b64d015bd0c0c2614862_full.jpg -------------------------------------------------------------------------------- /avatars/005c5a89881fd55a4427af93be9fa57b4b00c747_full (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5a89881fd55a4427af93be9fa57b4b00c747_full (1).jpg -------------------------------------------------------------------------------- /avatars/005c5ab532cb750602302bf3dce421569467c838_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5ab532cb750602302bf3dce421569467c838_full.jpg -------------------------------------------------------------------------------- /avatars/005c5bf46c1e64cf3af1817b1bc1759afb498a9a_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5bf46c1e64cf3af1817b1bc1759afb498a9a_full.jpg -------------------------------------------------------------------------------- /avatars/005c5c2be4078187908acd63ad353b0b093c9a58_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5c2be4078187908acd63ad353b0b093c9a58_full.jpg -------------------------------------------------------------------------------- /avatars/005c5c2d7cb70f1f6f282ae7f7bcee0de46adae2_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5c2d7cb70f1f6f282ae7f7bcee0de46adae2_full.jpg -------------------------------------------------------------------------------- /avatars/005c5d4531e6b564cabd0193265cc9360f41a4f6_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5d4531e6b564cabd0193265cc9360f41a4f6_full.jpg -------------------------------------------------------------------------------- /avatars/005c5db2b0d7daa4ae0d15e342e76db128980e92_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5db2b0d7daa4ae0d15e342e76db128980e92_full.jpg -------------------------------------------------------------------------------- /avatars/005c5dd72542d45e7afd8d48d757851b307fac87_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c5dd72542d45e7afd8d48d757851b307fac87_full.jpg -------------------------------------------------------------------------------- /avatars/005c6a1a37b1caaea8b4fbd869666cc0a200f285_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6a1a37b1caaea8b4fbd869666cc0a200f285_full.jpg -------------------------------------------------------------------------------- /avatars/005c6aa18af44080e2782fcafd6da24afb3f5915_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6aa18af44080e2782fcafd6da24afb3f5915_full.jpg -------------------------------------------------------------------------------- /avatars/005c6ada3fe27155f6dba7585dd01129456b57d6_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6ada3fe27155f6dba7585dd01129456b57d6_full.jpg -------------------------------------------------------------------------------- /avatars/005c6b95929a76875cc907ad09882973538e2d6e_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6b95929a76875cc907ad09882973538e2d6e_full.jpg -------------------------------------------------------------------------------- /avatars/005c6bb5829e67f703a628e63558a7d913d5c1ab_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6bb5829e67f703a628e63558a7d913d5c1ab_full.jpg -------------------------------------------------------------------------------- /avatars/005c6bd34961c084370c4eb7d7dc9d9dcb1aff61_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6bd34961c084370c4eb7d7dc9d9dcb1aff61_full.jpg -------------------------------------------------------------------------------- /avatars/005c6bdfd9ac4e46409502c900d00a67e06949ea_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6bdfd9ac4e46409502c900d00a67e06949ea_full.jpg -------------------------------------------------------------------------------- /avatars/005c6dd65b72741877a520dfcf0ebd13305ce585_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6dd65b72741877a520dfcf0ebd13305ce585_full.jpg -------------------------------------------------------------------------------- /avatars/005c6fa05c9babf36882a536d246898edc2d8972_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c6fa05c9babf36882a536d246898edc2d8972_full.jpg -------------------------------------------------------------------------------- /avatars/005c7a87ac7ec6ae1d08e43f05f471cffcfa17f4_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c7a87ac7ec6ae1d08e43f05f471cffcfa17f4_full.jpg -------------------------------------------------------------------------------- /avatars/005c7bff113ac1984309417402a4dbae785848a1_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c7bff113ac1984309417402a4dbae785848a1_full.jpg -------------------------------------------------------------------------------- /avatars/005c7c337cbe118e6ab787558c43fead101c69ef_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c7c337cbe118e6ab787558c43fead101c69ef_full.jpg -------------------------------------------------------------------------------- /avatars/005c7c599eddc8ffa2a0c2d2e25e13dca84db92b_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c7c599eddc8ffa2a0c2d2e25e13dca84db92b_full.jpg -------------------------------------------------------------------------------- /avatars/005c7cfc36fc7f684f4c2f69b768bab7c4c3921f_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c7cfc36fc7f684f4c2f69b768bab7c4c3921f_full.jpg -------------------------------------------------------------------------------- /avatars/005c7d234517094a330a0c70012123f366b6ef84_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/005c7d234517094a330a0c70012123f366b6ef84_full.jpg -------------------------------------------------------------------------------- /avatars/00d1e382885517fff70bbec6dd99f40065ba11bb_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/00d1e382885517fff70bbec6dd99f40065ba11bb_full.jpg -------------------------------------------------------------------------------- /avatars/0a7719339a4041041c24039cc96a691aecfbcbd5_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/0a7719339a4041041c24039cc96a691aecfbcbd5_full.jpg -------------------------------------------------------------------------------- /avatars/0b0ff4eae955d865e2482dd56440d253193eb2db_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/0b0ff4eae955d865e2482dd56440d253193eb2db_full.jpg -------------------------------------------------------------------------------- /avatars/0b29fa6242a517109e73c230a1e5a3f9080cbab6_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/0b29fa6242a517109e73c230a1e5a3f9080cbab6_full.jpg -------------------------------------------------------------------------------- /avatars/0be6743f519bc52a893e55ab6b634106af3bf438_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/0be6743f519bc52a893e55ab6b634106af3bf438_full.jpg -------------------------------------------------------------------------------- /avatars/0c9ec1218680ebda6f297b86419d8f2ba0dfa199_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/0c9ec1218680ebda6f297b86419d8f2ba0dfa199_full.jpg -------------------------------------------------------------------------------- /avatars/0cc9ab2efdd125970f048f831504195dc79371cc_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/0cc9ab2efdd125970f048f831504195dc79371cc_full.jpg -------------------------------------------------------------------------------- /avatars/0e774c16498782c88a1afc7d6d3164991530edcb_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/0e774c16498782c88a1afc7d6d3164991530edcb_full.jpg -------------------------------------------------------------------------------- /avatars/1a54b936703d3c136e91de9b465eee92aafdd875_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/1a54b936703d3c136e91de9b465eee92aafdd875_full.jpg -------------------------------------------------------------------------------- /avatars/1b676639162424d0561ac72cb082c15a52181ed9_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/1b676639162424d0561ac72cb082c15a52181ed9_full.jpg -------------------------------------------------------------------------------- /avatars/1bff629c6c13ee410a4ca8ae5cfb1e84f3566675_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/1bff629c6c13ee410a4ca8ae5cfb1e84f3566675_full.jpg -------------------------------------------------------------------------------- /avatars/1d25653f775065f2238237af1262c94c04aa103a_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/1d25653f775065f2238237af1262c94c04aa103a_full.jpg -------------------------------------------------------------------------------- /avatars/1d99421710c03a8f68b2f081cb6edf636b66e4da_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/1d99421710c03a8f68b2f081cb6edf636b66e4da_full.jpg -------------------------------------------------------------------------------- /avatars/1e2fbd40bf21578d37370a462872cf0b7292debc_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/1e2fbd40bf21578d37370a462872cf0b7292debc_full.jpg -------------------------------------------------------------------------------- /avatars/1ff83864efea28f4d9f50d2d00b6bf20e2921b28_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/1ff83864efea28f4d9f50d2d00b6bf20e2921b28_full.jpg -------------------------------------------------------------------------------- /avatars/2b99e507111f1b4af4b9a76cde7065c688dedc2c_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/2b99e507111f1b4af4b9a76cde7065c688dedc2c_full.jpg -------------------------------------------------------------------------------- /avatars/2d0c4962cfd081d4c0840331887db59f23d41736_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/2d0c4962cfd081d4c0840331887db59f23d41736_full.jpg -------------------------------------------------------------------------------- /avatars/2dcf358d55bb8b64dc497315954cab7d4dc840e3_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/2dcf358d55bb8b64dc497315954cab7d4dc840e3_full.jpg -------------------------------------------------------------------------------- /avatars/3a4036014dd095b9ce8b937e1a430f01a8377307_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/3a4036014dd095b9ce8b937e1a430f01a8377307_full.jpg -------------------------------------------------------------------------------- /avatars/3c1a884d191d9981b12acceac24e1b24cc9f854d_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/3c1a884d191d9981b12acceac24e1b24cc9f854d_full.jpg -------------------------------------------------------------------------------- /avatars/3da9149456d23001b3e0bcf65ff39166e4b2aa4b_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/3da9149456d23001b3e0bcf65ff39166e4b2aa4b_full.jpg -------------------------------------------------------------------------------- /avatars/4b6af13ea77ec6b93faae84262a63ff025e0b802_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/4b6af13ea77ec6b93faae84262a63ff025e0b802_full.jpg -------------------------------------------------------------------------------- /avatars/4cc6176922f3ba021e0e42c4dcff533d410561b8_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/4cc6176922f3ba021e0e42c4dcff533d410561b8_full.jpg -------------------------------------------------------------------------------- /avatars/4cf35444169b9a1b93bf0a5ac2ce23611569135a_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/4cf35444169b9a1b93bf0a5ac2ce23611569135a_full.jpg -------------------------------------------------------------------------------- /avatars/4e657164eb4e36556cd7aa275b056f379a33ab8a_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gunthersuper/steam-profile-filler/cad1ea8ea0b17b5aa48dce80c1316ca613db9913/avatars/4e657164eb4e36556cd7aa275b056f379a33ab8a_full.jpg -------------------------------------------------------------------------------- /bots.txt: -------------------------------------------------------------------------------- 1 | i0o3lkc4lk3hhm08fam8:N1WFJQ5HLKPG730:hrqhKTbNI7zW7OSBamUEYvkhDV0= 2 | x02dz005traoppy:MZRPIW4YD1NT116:wBZLuAjuqDGEP8igdjZsUbCrYRg= -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- 1 | { 2 | "delay": 10000 3 | } 4 | -------------------------------------------------------------------------------- /country.txt: -------------------------------------------------------------------------------- 1 | US 2 | CA 3 | CC 4 | CD 5 | CF 6 | CG 7 | CH 8 | CI 9 | CL 10 | CM 11 | CN 12 | CO 13 | CR 14 | CU 15 | CV 16 | CZ 17 | CY 18 | DE 19 | DJ 20 | DK 21 | DM 22 | DO 23 | DZ 24 | EC 25 | EE 26 | EG 27 | ES 28 | ET 29 | FI 30 | FJ 31 | FM 32 | FR 33 | GA 34 | GB 35 | GD 36 | GE 37 | GM 38 | GN 39 | GW 40 | GY 41 | GR 42 | HN 43 | HR 44 | HT 45 | HU 46 | ID 47 | IE 48 | IL 49 | IN 50 | IQ 51 | IT 52 | KZ 53 | RU 54 | LV 55 | PH 56 | TD 57 | SO 58 | AF 59 | VN -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- 1 | const SteamCommunity = require('steamcommunity'); 2 | const SteamTotp = require('steam-totp'); 3 | const Colors = require('colors'); 4 | const path = require('path'); 5 | var Async = require('async'); 6 | var fs = require('fs'); 7 | var request = require('request') 8 | 9 | var community = new SteamCommunity; 10 | 11 | // Import botx.txt file with your account list (username:password:shared_secret): 12 | var text = fs.readFileSync('./bots.txt').toString('utf-8'); 13 | var bot = text.split('\n') 14 | 15 | // Import list of names: 16 | var text2 = fs.readFileSync('./names.txt').toString('utf-8'); 17 | var names = text2.split('\n') 18 | 19 | // Import list of real names: 20 | var text3 = fs.readFileSync('./realnames.txt').toString('utf-8'); 21 | var realnames = text3.split('\n') 22 | 23 | // Import list of summary information (bio): 24 | var text4 = fs.readFileSync('./summary.txt').toString('utf-8'); 25 | var bios = text4.split('\n') 26 | 27 | // List of country codes: 28 | const countries = ['US', 'CA', 'CC', 'CD', 'CF', 'CG', 'CH', 'CI', 'CL', 'CM', 'CN', 'CO', 'CR', 'CU', 'CV', 'CZ', 'CY', 'DE', 'DJ', 'DK', 'DM', 'DO', 'DZ', 'EC', 'EG', 'ES', 'ET', 'FI', 'FJ', 'FM', 'FR', 'GA', 'GB', 'GD', 'GE', 'GM', 'GN', 'GW', 'GY', 'GR', 'HN', 'HR', 'HT', 'HU', 'ID', 'IE', 'IL', 'IN', 'IQ', 'IT', 'KZ', 'RU', 'LV', 'PH', 'TD', 'SO', 'AF', 'VN'] 29 | 30 | // Import avatars images from the /avatar folder: 31 | var files = fs.readdirSync('./avatars') 32 | 33 | // Import the config file (config.json), which contains delay time between authorizations 34 | config = require(path.resolve('config.json')); 35 | let configRaw = fs.readFileSync('./config.json').toString(); 36 | const delay = config.delay; 37 | 38 | 39 | (async() => { 40 | // loop (the same actions for all accounts from the bots.txt): 41 | for (let i = 0; i < bot.length; i++) { 42 | // Lets make a variable with username, password and shared secret. And take this from the bots.txt: 43 | const logOnOptions = { 44 | accountName: bot[i].split(":")[0], 45 | password: bot[i].split(":")[1], 46 | twoFactorCode: SteamTotp.generateAuthCode(bot[i].split(":")[2]), 47 | }; 48 | // Just try to login with the above account data: 49 | community.login({ 50 | "accountName": logOnOptions.accountName, 51 | "password": logOnOptions.password, 52 | "twoFactorCode": logOnOptions.twoFactorCode, 53 | }, 54 | function (err, sessionID, cookies, steamguard, oAuthToken) { 55 | if (err) console.log('[%s] Unable to auth (Error: %s)'.red, logOnOptions.accountName, err); // If cant login it will show this on the console 56 | if (!err) { 57 | // If successfully logged on lets make the following actions: 58 | (async() => { 59 | console.log('-----------------------------\n[%s] Successfully Logged on'.cyan, logOnOptions.accountName); 60 | // Request for changing privacy settings to public: 61 | community.profileSettings({ 62 | profile: 3, 63 | comments: 3, 64 | inventory: 3, 65 | inventoryGifts: false, 66 | playtime: false, 67 | friendsList: 3 68 | }, function (err, data) { 69 | if (err) console.log('[%s] Error when changing the privacy settings'.red, logOnOptions.accountName); // If error say about this. 70 | if (!err) console.log('[%s] Successfully changed privacy settings'.green, logOnOptions.accountName); 71 | }); 72 | 73 | await new Promise(r => setTimeout(r, 3000)); // wait 3 sec before the next action 74 | 75 | var name = names[Math.floor(Math.random() * names.length)]; // Take a random name from the names.txt 76 | var realname = realnames[Math.floor(Math.random() * realnames.length)]; // Take a random realname from the realnames.txt 77 | var country = countries[Math.floor(Math.random() * countries.length)]; // Take a random country code from the country list 78 | var bio = bios[Math.floor(Math.random() * bios.length)]; // Take a random summmary info from the summary.txt 79 | // Request to change the profile info (name, realname, country, summary): 80 | community.editProfile({ 81 | name: name, 82 | realName: realname, 83 | summary: bio, 84 | country: country 85 | }, function (err, data) { 86 | if (err) console.log('[%s] Error when changing the profile information'.red, logOnOptions.accountName); // If error say about this. 87 | if (!err) console.log('[%s] Successfully filled the profile'.green, logOnOptions.accountName); 88 | }); 89 | 90 | 91 | await new Promise(r => setTimeout(r, 3000)); // wait 3 sec before the next action 92 | 93 | // Take a randowm avatar (jpg image) from the avatar folder: 94 | avatar = './avatars/' + files[Math.floor(Math.random() * files.length)]; 95 | 96 | // And just upload the profile avatar: 97 | community.uploadAvatar(avatar, function (err, data) { 98 | if (err) { 99 | console.log('[%s] Error - %s'.red, logOnOptions.accountName, err); 100 | 101 | } 102 | if (!err) { 103 | console.log('[%s] Successfully added img'.green, logOnOptions.accountName); 104 | } 105 | }) 106 | 107 | })(); 108 | }; 109 | }); 110 | 111 | if (i < bot.length) await new Promise(r => setTimeout(r, delay)); // Wait 'delay' ms before logging to the next acc from the bots.txt. 112 | 113 | }; 114 | 115 | })(); -------------------------------------------------------------------------------- /names.txt: -------------------------------------------------------------------------------- 1 | Ace 2 | Agent 3 | Alias 4 | Alpha 5 | Black Diamond 6 | Black Magic 7 | Black Pearl 8 | Black Widow 9 | Blade 10 | Blaze 11 | Bombshell 12 | Buckwild 13 | Butterfly 14 | Cadillac 15 | Captain Marvel 16 | Champ 17 | Charlie’s Angel 18 | Claws 19 | Countess 20 | Cutlass 21 | Dollface 22 | Dragonfly 23 | Duchess 24 | Dynamo 25 | Eclipse 26 | Empress 27 | Energizer 28 | Fighter 29 | Firefly 30 | Firey 31 | Flawless 32 | Heat 33 | Hela 34 | Heroine 35 | Hoops 36 | Hottie 37 | Hurricane 38 | Jessica Rabbit 39 | Katniss 40 | Lady Luck 41 | Lava 42 | Lightning 43 | Lioness 44 | Marvel 45 | Mayhem 46 | Mighty 47 | Mother of Dragons 48 | Mustang 49 | Ninja 50 | Onyx 51 | Queen 52 | Radar 53 | Rebel 54 | Riot 55 | Shadow 56 | Slayer 57 | Sparrow 58 | Sphinx 59 | Spike 60 | Tailor Made 61 | The Evil Queen 62 | Thunder 63 | Tick Tock 64 | Tiger 65 | Trinity 66 | Twister 67 | Venus 68 | Vicious 69 | Warrior Princess 70 | Wonder Woman 71 | Xena 72 | Your Highness 73 | Zelda 74 | Alfalfa 75 | Bambi 76 | Beanstalk 77 | Beefy 78 | BFG – For Big Friendly Giant 79 | Boots 80 | Butterfingers 81 | Catnip 82 | Cheeseball 83 | Chewbacca 84 | Chipmunk 85 | Chirp 86 | Class Clown 87 | Comedy Central 88 | Coo Coo 89 | Corny 90 | Crazy Queen 91 | Curly Q 92 | Dimples 93 | Doofy 94 | Duck 95 | Energizer Bunny 96 | Foodie 97 | Four Eyes 98 | Fun Size 99 | Funny Girl 100 | Fuzzy Wuzzy 101 | Giggles 102 | Goofball 103 | Gopher 104 | Hangry 105 | Hobbit 106 | Itty Bitty 107 | Joker 108 | Monkey 109 | Mother of Dragons 110 | Mouse 111 | Noodles 112 | Panda 113 | Paws 114 | Pigtails 115 | Pip Squeak 116 | Pork Chop 117 | Princess Peach 118 | Pumpkin 119 | Punk 120 | Quack 121 | Rabbit Ears 122 | Silly Goof 123 | Slim Thick 124 | Spaghetti 125 | Spanky 126 | Squints 127 | Squirrel 128 | Squishy 129 | Stinker 130 | String bean 131 | Sugar Mama 132 | Tater Tot 133 | Tea Cup 134 | Thick Thighs 135 | Tiny 136 | Troublemaker 137 | Turtle 138 | Unburnt 139 | Whiskers 140 | Amor 141 | Angel Eyes 142 | Aphrodite 143 | Awesome Blossom 144 | Babe 145 | Baby Face 146 | Babyschka 147 | Bae-ritto 148 | Barbie 149 | Barbie Doll 150 | Bear 151 | Belle 152 | Blondie 153 | Boo Boo Bear 154 | Bright Light 155 | Brown eyes 156 | Bumble Bee 157 | Buttercup 158 | Buttons 159 | Care Bear 160 | Cookie 161 | Cutie 162 | Cutie Patootie 163 | Cutie Pie 164 | Doll Face 165 | Dream Girl 166 | Dumpling 167 | Firefly 168 | Flawless 169 | Genuine 170 | Goldie 171 | Heavenly 172 | Jasmine 173 | Kissy Face 174 | Kitten 175 | Ladybug 176 | Light of my life 177 | Living Angel 178 | Lotus 179 | Love bug 180 | Lovey Dovey 181 | Lovie 182 | Luscious 183 | Mon Cheri 184 | Mulan 185 | My All 186 | My Beloved 187 | Peachy Keen 188 | Perfect 10 189 | Pretty 190 | Rainbow 191 | Rolly Polly 192 | Sexy 193 | Shorty 194 | Shy 195 | Smiley 196 | Smitten Kitten 197 | Sparkles 198 | Sparky 199 | Sunshine 200 | Sweetheart 201 | Sweetie Pie 202 | Sweetness 203 | Sweetums 204 | Tea Cup 205 | Tiger 206 | Twinkle 207 | Twinkly 208 | Almond Joy 209 | Apple 210 | Apple Pie 211 | Aqua 212 | Baby Cake 213 | Banana Bread 214 | Banana Muffin 215 | Banana Pie 216 | Banana Split 217 | Biscuit 218 | Blackberry 219 | Bloomer 220 | Blossom 221 | Blueberry 222 | Bonbon 223 | Bourbon 224 | Brandy 225 | Brown Sugar 226 | Brownie 227 | Bun Bun 228 | Buttercup 229 | Butterfingers 230 | Cake 231 | Cake Face 232 | Candy Cane 233 | Candy Corn 234 | Caramel 235 | Cattail 236 | Cayenne 237 | Champagne 238 | Chardonnay 239 | Charm 240 | Charming 241 | Cherry 242 | Cherry Pie 243 | Chocolate 244 | Chocolate Chip 245 | Chrysanthemum 246 | Cinnamon 247 | Cookie 248 | Cupcake 249 | Daffodil 250 | Dahlia 251 | Daisy 252 | Dandelion 253 | Delicious 254 | Delight 255 | Donut 256 | Dottie 257 | Doughnut 258 | Fennel 259 | Fresh 260 | Frosting 261 | Ginger 262 | Ginger Spice 263 | Gingersnap 264 | Good ‘n Plenty 265 | Gummy Bear 266 | Hershey Kiss 267 | Honey 268 | Hot Cocoa 269 | Icee 270 | Ice Pop 271 | Iris 272 | Jelly Bean 273 | Jolly 274 | Juice 275 | Juicy 276 | Junior Mint 277 | Kit-Kat 278 | Leaf 279 | Lemon 280 | Lifesaver 281 | Lilac 282 | Manhattan 283 | Maple 284 | Marigold 285 | Marshmallow 286 | Martini 287 | Merlot 288 | Minty 289 | Minty 290 | Moonflower 291 | Moonshine 292 | Moscato 293 | Muffin 294 | Mulberry 295 | Munchkin 296 | Mushroom 297 | Oreo 298 | Peaches 299 | Pecan 300 | Pecan Pie 301 | Peep 302 | Peppermint 303 | Petal 304 | Petunia 305 | Pie 306 | Pixie 307 | Plum 308 | Pocky 309 | Polka-Dot 310 | Pop Rock 311 | Pop Tart 312 | Poppy 313 | Popsicle 314 | Protein 315 | Red Velvet 316 | Red Vine 317 | Reed 318 | Rose 319 | Rosie 320 | Rum Punch 321 | Rummy 322 | S’Mores 323 | Sherry 324 | Shortbread 325 | Shortcake 326 | Sienna 327 | Sierra 328 | Skittle 329 | Smartie 330 | Snapdragon 331 | Snappie 332 | Snapple 333 | Snickerdoodle 334 | Snickers 335 | Snowdrop 336 | Soda Pop 337 | Starburst 338 | Stem 339 | Strawberry 340 | Sunflower 341 | Sugar 342 | Sugar Pie 343 | Sugar Plum 344 | Sugar Rush 345 | Sunflower 346 | Susie Q 347 | Sweet Tooth 348 | Sweetie 349 | Sweetie Pie 350 | Taffy 351 | Tansy 352 | Tart 353 | Tequila 354 | Thumbprint 355 | Tootsie 356 | Tootsie Pop 357 | Tootsie Roll 358 | Tulip 359 | Twix 360 | Twizzler 361 | Vanilla Bean 362 | Vitamin C 363 | Whirly 364 | Wild Rose 365 | Wildberry 366 | Willow 367 | Wonka 368 | Amor 369 | Angel eyes 370 | Babe 371 | Baby Face 372 | Baller 373 | Boo 374 | Brown eyes 375 | Bubba 376 | Bucky 377 | Buttercup 378 | Charming 379 | Cheesecake 380 | Chico 381 | Chunky Monkey 382 | Cookie 383 | Cowboy 384 | Cutie Pie 385 | Dreamboat 386 | Dumpling 387 | Handsome 388 | Heartbreaker 389 | Hero 390 | Hottie 391 | Hubby 392 | Hunk 393 | Kiddo 394 | Lips 395 | Lover Boy 396 | Lovey Dovey 397 | Monkey 398 | My All 399 | My Bae 400 | My Guy 401 | Papi 402 | Pretty 403 | Prince 404 | Romeo 405 | Sexy 406 | Smiley 407 | Sparky 408 | Stud 409 | Sugar 410 | Sunshine 411 | Sweetie 412 | Sweet One 413 | Sweetums 414 | Tiger 415 | Amateur 416 | Banana 417 | Beefy 418 | Butterfingers 419 | Cheesy 420 | Cheeseball 421 | Chewbacca 422 | Chewy 423 | Chipmunk Cheeks 424 | Chippy 425 | Chunkamunk 426 | Class Clown 427 | Clumsy Wumsy 428 | Crazy 429 | Doofy 430 | Dumbo 431 | Energizer Bunny 432 | Giggles 433 | Goofball 434 | Fish Face 435 | Funny man 436 | Fuzzy Wuzzy 437 | Hater 438 | Hefty Wefty 439 | Joker 440 | Meatball 441 | Noob 442 | Pork Chop 443 | Punk 444 | Rookie 445 | Q-Tip 446 | Rico Suave 447 | Seinfeld 448 | Squints 449 | Squirt 450 | Stinker 451 | Tater Tot 452 | Tootsie Pop 453 | Beanstalk 454 | Beethoven 455 | BFG – For Big Friendly Giant 456 | Chef 457 | Fonzie 458 | Gambler 459 | Giant 460 | Hobbit 461 | Homer 462 | Kermit 463 | Killer 464 | King Kong 465 | Longus 466 | Mickey 467 | Mountain 468 | Mouse 469 | Rabbit 470 | Sticks 471 | Stilts 472 | Tree 473 | Twinkie 474 | Twinkle 475 | Vegas 476 | Ace 477 | Alpha 478 | Batman 479 | Big Guy 480 | Bookworm 481 | Brewski 482 | Cadillac 483 | Captain 484 | Chief 485 | City Boy 486 | Country bumpkin 487 | Dynamo 488 | Energizer 489 | Falcon 490 | Foodie 491 | Godzilla 492 | Heat 493 | Hulk 494 | Knockout 495 | Lion 496 | Mr. Steal Yo Girl 497 | Ninja 498 | Onyx 499 | Quicksilver 500 | Panther 501 | Professor 502 | Rookie 503 | Six-pack 504 | Skyscraper 505 | Slugger 506 | Soldier 507 | Superman 508 | Tailor Made 509 | Tarzan 510 | Tiger 511 | Titan 512 | Tornado 513 | Turbo 514 | Wise Guy 515 | Womanizer 516 | Zeus 517 | Ankle Biter 518 | Baby Boy 519 | Baby Cheeks 520 | Baby Elephant 521 | Babykins 522 | Bam Bam 523 | Bitsy 524 | Bubbles 525 | Bubby-Boo 526 | Bunny 527 | Chickadee 528 | Chipmunk 529 | Chubby Cheeks 530 | Chunky Monkey 531 | Cub 532 | Cuddle Bunny 533 | Duckling 534 | Hatchling 535 | Itty Bitty 536 | Little Guy 537 | Little Lamb 538 | Mini Me 539 | Monkey 540 | Munchkin 541 | Nugget 542 | Owlet 543 | Piglet 544 | Prince 545 | Pup 546 | Shortcake 547 | Simba 548 | Smidget 549 | Snug-a-bug 550 | Sonny Boy 551 | Sunny 552 | Tadpole 553 | Tater Tot 554 | Wiggle Worm 555 | Baby Bro 556 | Bambino 557 | Big Bro 558 | Big Dude 559 | Big Guy 560 | Big Man 561 | Biggie 562 | Bobo 563 | BooBoo 564 | Braddah 565 | Little Bro 566 | Little Dude 567 | Little Guy 568 | Little Man 569 | Smalls 570 | Cadillac 571 | Cannon 572 | Cap 573 | Captain 574 | Champ 575 | Chance 576 | Cheetah 577 | Chief 578 | Chopper 579 | City Boy 580 | Country bumpkin 581 | Cyclone 582 | Cyclops 583 | Dash 584 | Delta 585 | Doomsday 586 | Dynamo 587 | Eagle Eye 588 | Edge 589 | Echo 590 | Energizer 591 | Entertainer 592 | Falcon 593 | Fast Hands 594 | Fire 595 | Firestarter 596 | Flash 597 | Foodie 598 | Fuego 599 | Gilligan 600 | Glacier 601 | Godzilla 602 | Goose 603 | Gravedigger 604 | Hammer 605 | Hawk 606 | Hawkeye 607 | Heat 608 | Hero 609 | Hulk 610 | Hurricane 611 | Iceman 612 | Ironside 613 | Jackhammer 614 | Jaguar 615 | Jedi 616 | Kane 617 | Knockout 618 | Kraken 619 | Laser 620 | Lion 621 | Magneto 622 | Midnight 623 | Mighty 624 | Money 625 | Mountain 626 | Mr. Steal Yo Girl 627 | Ninja 628 | Obi-wan 629 | Onyx 630 | Quicksilver 631 | Panther 632 | Phantom 633 | Professor 634 | Protector 635 | Punisher 636 | Razor 637 | Rebel 638 | Renegade 639 | Rocket 640 | Roadrunner 641 | Roadster 642 | Rookie 643 | Sandstorm 644 | Savage 645 | Scorch 646 | Scrappy 647 | Six-pack 648 | Shade 649 | Shadow 650 | Shark 651 | Shockwave 652 | Skipper 653 | Skyscraper 654 | Skywalker 655 | Sledgehammer 656 | Slim 657 | Slingshot 658 | Slugger 659 | Smoke 660 | Soldier 661 | Speed 662 | Speedster 663 | Spike 664 | Steel 665 | Sting 666 | Stone cold 667 | Storm 668 | Storm Chaser 669 | Superman 670 | Supernova 671 | Swoosh 672 | Tailor Made 673 | Takedown 674 | Tango 675 | Tarzan 676 | Tiger 677 | Titan 678 | Torch 679 | Tornado 680 | Torpedo 681 | Tower 682 | Tsunami 683 | Twilight 684 | Tuna 685 | Turbo 686 | Undertaker 687 | Vapor 688 | Volcano 689 | Warhammer 690 | Warship 691 | Windstorm 692 | Wise Guy 693 | Wolf 694 | Wolverine 695 | Womanizer 696 | Zeus 697 | Zippy -------------------------------------------------------------------------------- /package-lock.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "profilefiller", 3 | "version": "1.0.0", 4 | "lockfileVersion": 1, 5 | "requires": true, 6 | "dependencies": { 7 | "@doctormckay/stats-reporter": { 8 | "version": "1.0.5", 9 | "resolved": "https://registry.npmjs.org/@doctormckay/stats-reporter/-/stats-reporter-1.0.5.tgz", 10 | "integrity": "sha512-lCAuKW053zz91sKZZcGfOHxigBqn0Lo+/JvHBQq3XqzLJxn0YeZ5mJ96+PZto+PDCkgg+c/BX2Xo8DvAN44xLg==" 11 | }, 12 | "ajv": { 13 | "version": "6.12.6", 14 | "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", 15 | "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", 16 | "requires": { 17 | "fast-deep-equal": "^3.1.1", 18 | "fast-json-stable-stringify": "^2.0.0", 19 | "json-schema-traverse": "^0.4.1", 20 | "uri-js": "^4.2.2" 21 | } 22 | }, 23 | "asn1": { 24 | "version": "0.2.4", 25 | "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", 26 | "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", 27 | "requires": { 28 | "safer-buffer": "~2.1.0" 29 | } 30 | }, 31 | "assert-plus": { 32 | "version": "1.0.0", 33 | "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", 34 | "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=" 35 | }, 36 | "async": { 37 | "version": "3.2.0", 38 | "resolved": "https://registry.npmjs.org/async/-/async-3.2.0.tgz", 39 | "integrity": "sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==" 40 | }, 41 | "asynckit": { 42 | "version": "0.4.0", 43 | "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", 44 | "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" 45 | }, 46 | "aws-sign2": { 47 | "version": "0.7.0", 48 | "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", 49 | "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=" 50 | }, 51 | "aws4": { 52 | "version": "1.11.0", 53 | "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", 54 | "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==" 55 | }, 56 | "bcrypt-pbkdf": { 57 | "version": "1.0.2", 58 | "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", 59 | "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", 60 | "requires": { 61 | "tweetnacl": "^0.14.3" 62 | } 63 | }, 64 | "boolbase": { 65 | "version": "1.0.0", 66 | "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", 67 | "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" 68 | }, 69 | "caseless": { 70 | "version": "0.12.0", 71 | "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", 72 | "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=" 73 | }, 74 | "cheerio": { 75 | "version": "0.22.0", 76 | "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.22.0.tgz", 77 | "integrity": "sha1-qbqoYKP5tZWmuBsahocxIe06Jp4=", 78 | "requires": { 79 | "css-select": "~1.2.0", 80 | "dom-serializer": "~0.1.0", 81 | "entities": "~1.1.1", 82 | "htmlparser2": "^3.9.1", 83 | "lodash.assignin": "^4.0.9", 84 | "lodash.bind": "^4.1.4", 85 | "lodash.defaults": "^4.0.1", 86 | "lodash.filter": "^4.4.0", 87 | "lodash.flatten": "^4.2.0", 88 | "lodash.foreach": "^4.3.0", 89 | "lodash.map": "^4.4.0", 90 | "lodash.merge": "^4.4.0", 91 | "lodash.pick": "^4.2.1", 92 | "lodash.reduce": "^4.4.0", 93 | "lodash.reject": "^4.4.0", 94 | "lodash.some": "^4.4.0" 95 | } 96 | }, 97 | "colors": { 98 | "version": "1.4.0", 99 | "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", 100 | "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" 101 | }, 102 | "combined-stream": { 103 | "version": "1.0.8", 104 | "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", 105 | "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", 106 | "requires": { 107 | "delayed-stream": "~1.0.0" 108 | } 109 | }, 110 | "core-util-is": { 111 | "version": "1.0.2", 112 | "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", 113 | "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" 114 | }, 115 | "css-select": { 116 | "version": "1.2.0", 117 | "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", 118 | "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", 119 | "requires": { 120 | "boolbase": "~1.0.0", 121 | "css-what": "2.1", 122 | "domutils": "1.5.1", 123 | "nth-check": "~1.0.1" 124 | } 125 | }, 126 | "css-what": { 127 | "version": "2.1.3", 128 | "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz", 129 | "integrity": "sha512-a+EPoD+uZiNfh+5fxw2nO9QwFa6nJe2Or35fGY6Ipw1R3R4AGz1d1TEZrCegvw2YTmZ0jXirGYlzxxpYSHwpEg==" 130 | }, 131 | "cuint": { 132 | "version": "0.2.2", 133 | "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", 134 | "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=" 135 | }, 136 | "dashdash": { 137 | "version": "1.14.1", 138 | "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", 139 | "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", 140 | "requires": { 141 | "assert-plus": "^1.0.0" 142 | } 143 | }, 144 | "delayed-stream": { 145 | "version": "1.0.0", 146 | "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", 147 | "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" 148 | }, 149 | "dom-serializer": { 150 | "version": "0.1.1", 151 | "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", 152 | "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", 153 | "requires": { 154 | "domelementtype": "^1.3.0", 155 | "entities": "^1.1.1" 156 | } 157 | }, 158 | "domelementtype": { 159 | "version": "1.3.1", 160 | "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", 161 | "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" 162 | }, 163 | "domhandler": { 164 | "version": "2.4.2", 165 | "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", 166 | "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", 167 | "requires": { 168 | "domelementtype": "1" 169 | } 170 | }, 171 | "domutils": { 172 | "version": "1.5.1", 173 | "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", 174 | "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", 175 | "requires": { 176 | "dom-serializer": "0", 177 | "domelementtype": "1" 178 | } 179 | }, 180 | "ecc-jsbn": { 181 | "version": "0.1.2", 182 | "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", 183 | "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", 184 | "requires": { 185 | "jsbn": "~0.1.0", 186 | "safer-buffer": "^2.1.0" 187 | } 188 | }, 189 | "entities": { 190 | "version": "1.1.2", 191 | "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", 192 | "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" 193 | }, 194 | "extend": { 195 | "version": "3.0.2", 196 | "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", 197 | "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" 198 | }, 199 | "extsprintf": { 200 | "version": "1.3.0", 201 | "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", 202 | "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=" 203 | }, 204 | "fast-deep-equal": { 205 | "version": "3.1.3", 206 | "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", 207 | "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" 208 | }, 209 | "fast-json-stable-stringify": { 210 | "version": "2.1.0", 211 | "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", 212 | "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" 213 | }, 214 | "forever-agent": { 215 | "version": "0.6.1", 216 | "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", 217 | "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=" 218 | }, 219 | "form-data": { 220 | "version": "2.3.3", 221 | "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", 222 | "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", 223 | "requires": { 224 | "asynckit": "^0.4.0", 225 | "combined-stream": "^1.0.6", 226 | "mime-types": "^2.1.12" 227 | } 228 | }, 229 | "fs": { 230 | "version": "0.0.1-security", 231 | "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", 232 | "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=" 233 | }, 234 | "getpass": { 235 | "version": "0.1.7", 236 | "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", 237 | "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", 238 | "requires": { 239 | "assert-plus": "^1.0.0" 240 | } 241 | }, 242 | "har-schema": { 243 | "version": "2.0.0", 244 | "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", 245 | "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=" 246 | }, 247 | "har-validator": { 248 | "version": "5.1.5", 249 | "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", 250 | "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", 251 | "requires": { 252 | "ajv": "^6.12.3", 253 | "har-schema": "^2.0.0" 254 | } 255 | }, 256 | "htmlparser2": { 257 | "version": "3.10.1", 258 | "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz", 259 | "integrity": "sha512-IgieNijUMbkDovyoKObU1DUhm1iwNYE/fuifEoEHfd1oZKZDaONBSkal7Y01shxsM49R4XaMdGez3WnF9UfiCQ==", 260 | "requires": { 261 | "domelementtype": "^1.3.1", 262 | "domhandler": "^2.3.0", 263 | "domutils": "^1.5.1", 264 | "entities": "^1.1.1", 265 | "inherits": "^2.0.1", 266 | "readable-stream": "^3.1.1" 267 | } 268 | }, 269 | "http-signature": { 270 | "version": "1.2.0", 271 | "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", 272 | "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", 273 | "requires": { 274 | "assert-plus": "^1.0.0", 275 | "jsprim": "^1.2.2", 276 | "sshpk": "^1.7.0" 277 | } 278 | }, 279 | "image-size": { 280 | "version": "0.8.3", 281 | "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.8.3.tgz", 282 | "integrity": "sha512-SMtq1AJ+aqHB45c3FsB4ERK0UCiA2d3H1uq8s+8T0Pf8A3W4teyBQyaFaktH6xvZqh+npwlKU7i4fJo0r7TYTg==", 283 | "requires": { 284 | "queue": "6.0.1" 285 | } 286 | }, 287 | "inherits": { 288 | "version": "2.0.4", 289 | "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", 290 | "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" 291 | }, 292 | "is-typedarray": { 293 | "version": "1.0.0", 294 | "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 295 | "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" 296 | }, 297 | "isstream": { 298 | "version": "0.1.2", 299 | "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", 300 | "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=" 301 | }, 302 | "jsbn": { 303 | "version": "0.1.1", 304 | "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", 305 | "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=" 306 | }, 307 | "json-schema": { 308 | "version": "0.2.3", 309 | "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", 310 | "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=" 311 | }, 312 | "json-schema-traverse": { 313 | "version": "0.4.1", 314 | "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", 315 | "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" 316 | }, 317 | "json-stringify-safe": { 318 | "version": "5.0.1", 319 | "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", 320 | "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" 321 | }, 322 | "jsprim": { 323 | "version": "1.4.1", 324 | "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", 325 | "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", 326 | "requires": { 327 | "assert-plus": "1.0.0", 328 | "extsprintf": "1.3.0", 329 | "json-schema": "0.2.3", 330 | "verror": "1.10.0" 331 | } 332 | }, 333 | "lodash": { 334 | "version": "4.17.21", 335 | "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", 336 | "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" 337 | }, 338 | "lodash.assignin": { 339 | "version": "4.2.0", 340 | "resolved": "https://registry.npmjs.org/lodash.assignin/-/lodash.assignin-4.2.0.tgz", 341 | "integrity": "sha1-uo31+4QesKPoBEIysOJjqNxqKKI=" 342 | }, 343 | "lodash.bind": { 344 | "version": "4.2.1", 345 | "resolved": "https://registry.npmjs.org/lodash.bind/-/lodash.bind-4.2.1.tgz", 346 | "integrity": "sha1-euMBfpOWIqwxt9fX3LGzTbFpDTU=" 347 | }, 348 | "lodash.defaults": { 349 | "version": "4.2.0", 350 | "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz", 351 | "integrity": "sha1-0JF4cW/+pN3p5ft7N/bwgCJ0WAw=" 352 | }, 353 | "lodash.filter": { 354 | "version": "4.6.0", 355 | "resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz", 356 | "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4=" 357 | }, 358 | "lodash.flatten": { 359 | "version": "4.4.0", 360 | "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", 361 | "integrity": "sha1-8xwiIlqWMtK7+OSt2+8kCqdlph8=" 362 | }, 363 | "lodash.foreach": { 364 | "version": "4.5.0", 365 | "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz", 366 | "integrity": "sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=" 367 | }, 368 | "lodash.map": { 369 | "version": "4.6.0", 370 | "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", 371 | "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=" 372 | }, 373 | "lodash.merge": { 374 | "version": "4.6.2", 375 | "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", 376 | "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" 377 | }, 378 | "lodash.pick": { 379 | "version": "4.4.0", 380 | "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", 381 | "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=" 382 | }, 383 | "lodash.reduce": { 384 | "version": "4.6.0", 385 | "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz", 386 | "integrity": "sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs=" 387 | }, 388 | "lodash.reject": { 389 | "version": "4.6.0", 390 | "resolved": "https://registry.npmjs.org/lodash.reject/-/lodash.reject-4.6.0.tgz", 391 | "integrity": "sha1-gNZJLcFHCGS79YNTO2UfQqn1JBU=" 392 | }, 393 | "lodash.some": { 394 | "version": "4.6.0", 395 | "resolved": "https://registry.npmjs.org/lodash.some/-/lodash.some-4.6.0.tgz", 396 | "integrity": "sha1-G7nzFO9ri63tE7VJFpsqlF62jk0=" 397 | }, 398 | "mime-db": { 399 | "version": "1.46.0", 400 | "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.46.0.tgz", 401 | "integrity": "sha512-svXaP8UQRZ5K7or+ZmfNhg2xX3yKDMUzqadsSqi4NCH/KomcH75MAMYAGVlvXn4+b/xOPhS3I2uHKRUzvjY7BQ==" 402 | }, 403 | "mime-types": { 404 | "version": "2.1.29", 405 | "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.29.tgz", 406 | "integrity": "sha512-Y/jMt/S5sR9OaqteJtslsFZKWOIIqMACsJSiHghlCAyhf7jfVYjKBmLiX8OgpWeW+fjJ2b+Az69aPFPkUOY6xQ==", 407 | "requires": { 408 | "mime-db": "1.46.0" 409 | } 410 | }, 411 | "node-bignumber": { 412 | "version": "1.2.1", 413 | "resolved": "https://registry.npmjs.org/node-bignumber/-/node-bignumber-1.2.1.tgz", 414 | "integrity": "sha1-JmyVUzUoOFOfZhyS5YYxvpeRfqU=" 415 | }, 416 | "nth-check": { 417 | "version": "1.0.2", 418 | "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", 419 | "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", 420 | "requires": { 421 | "boolbase": "~1.0.0" 422 | } 423 | }, 424 | "oauth-sign": { 425 | "version": "0.9.0", 426 | "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", 427 | "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==" 428 | }, 429 | "path": { 430 | "version": "0.12.7", 431 | "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", 432 | "integrity": "sha1-1NwqUGxM4hl+tIHr/NWzbAFAsQ8=", 433 | "requires": { 434 | "process": "^0.11.1", 435 | "util": "^0.10.3" 436 | } 437 | }, 438 | "performance-now": { 439 | "version": "2.1.0", 440 | "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", 441 | "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=" 442 | }, 443 | "process": { 444 | "version": "0.11.10", 445 | "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", 446 | "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" 447 | }, 448 | "psl": { 449 | "version": "1.8.0", 450 | "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", 451 | "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" 452 | }, 453 | "punycode": { 454 | "version": "2.1.1", 455 | "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", 456 | "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" 457 | }, 458 | "qs": { 459 | "version": "6.5.2", 460 | "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", 461 | "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" 462 | }, 463 | "queue": { 464 | "version": "6.0.1", 465 | "resolved": "https://registry.npmjs.org/queue/-/queue-6.0.1.tgz", 466 | "integrity": "sha512-AJBQabRCCNr9ANq8v77RJEv73DPbn55cdTb+Giq4X0AVnNVZvMHlYp7XlQiN+1npCZj1DuSmaA2hYVUUDgxFDg==", 467 | "requires": { 468 | "inherits": "~2.0.3" 469 | } 470 | }, 471 | "readable-stream": { 472 | "version": "3.6.0", 473 | "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", 474 | "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", 475 | "requires": { 476 | "inherits": "^2.0.3", 477 | "string_decoder": "^1.1.1", 478 | "util-deprecate": "^1.0.1" 479 | } 480 | }, 481 | "request": { 482 | "version": "2.88.2", 483 | "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", 484 | "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", 485 | "requires": { 486 | "aws-sign2": "~0.7.0", 487 | "aws4": "^1.8.0", 488 | "caseless": "~0.12.0", 489 | "combined-stream": "~1.0.6", 490 | "extend": "~3.0.2", 491 | "forever-agent": "~0.6.1", 492 | "form-data": "~2.3.2", 493 | "har-validator": "~5.1.3", 494 | "http-signature": "~1.2.0", 495 | "is-typedarray": "~1.0.0", 496 | "isstream": "~0.1.2", 497 | "json-stringify-safe": "~5.0.1", 498 | "mime-types": "~2.1.19", 499 | "oauth-sign": "~0.9.0", 500 | "performance-now": "^2.1.0", 501 | "qs": "~6.5.2", 502 | "safe-buffer": "^5.1.2", 503 | "tough-cookie": "~2.5.0", 504 | "tunnel-agent": "^0.6.0", 505 | "uuid": "^3.3.2" 506 | } 507 | }, 508 | "safe-buffer": { 509 | "version": "5.2.1", 510 | "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", 511 | "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" 512 | }, 513 | "safer-buffer": { 514 | "version": "2.1.2", 515 | "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", 516 | "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" 517 | }, 518 | "sax": { 519 | "version": "1.2.4", 520 | "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", 521 | "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" 522 | }, 523 | "sshpk": { 524 | "version": "1.16.1", 525 | "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz", 526 | "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==", 527 | "requires": { 528 | "asn1": "~0.2.3", 529 | "assert-plus": "^1.0.0", 530 | "bcrypt-pbkdf": "^1.0.0", 531 | "dashdash": "^1.12.0", 532 | "ecc-jsbn": "~0.1.1", 533 | "getpass": "^0.1.1", 534 | "jsbn": "~0.1.0", 535 | "safer-buffer": "^2.0.2", 536 | "tweetnacl": "~0.14.0" 537 | } 538 | }, 539 | "steam-totp": { 540 | "version": "2.1.1", 541 | "resolved": "https://registry.npmjs.org/steam-totp/-/steam-totp-2.1.1.tgz", 542 | "integrity": "sha512-d+tjnr3wwDkbrKFxjYZ0uK4CSF09oJwCmlGH8SdOlTDkbtBPuNhPKY0XzZxQVltZF6/JkEYj+uz+kBr6UrY7BQ==" 543 | }, 544 | "steamcommunity": { 545 | "version": "3.42.0", 546 | "resolved": "https://registry.npmjs.org/steamcommunity/-/steamcommunity-3.42.0.tgz", 547 | "integrity": "sha512-nmIp/OoRXmOM66Tib+Gu9Q3G85I0NubkCijSa1PnV0OgTZHkeFqW1KxNyI64iO3jXpn7IOuOsglwwLKH6ZU60g==", 548 | "requires": { 549 | "async": "^2.6.3", 550 | "cheerio": "0.22.0", 551 | "image-size": "^0.8.2", 552 | "node-bignumber": "^1.2.1", 553 | "request": "^2.88.0", 554 | "steam-totp": "^1.5.0", 555 | "steamid": "^1.1.3", 556 | "xml2js": "^0.4.22" 557 | }, 558 | "dependencies": { 559 | "async": { 560 | "version": "2.6.3", 561 | "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", 562 | "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", 563 | "requires": { 564 | "lodash": "^4.17.14" 565 | } 566 | }, 567 | "steam-totp": { 568 | "version": "1.5.0", 569 | "resolved": "https://registry.npmjs.org/steam-totp/-/steam-totp-1.5.0.tgz", 570 | "integrity": "sha512-RMlBK5dFtgplDMYYGg/k80RqEntzBcl7C/0RF18fQh9+XPe/iEMsfKmIE+xj8I3hqJW1akANAC6gf+YpfZq52w==", 571 | "requires": { 572 | "@doctormckay/stats-reporter": "^1.0.0" 573 | } 574 | } 575 | } 576 | }, 577 | "steamid": { 578 | "version": "1.1.3", 579 | "resolved": "https://registry.npmjs.org/steamid/-/steamid-1.1.3.tgz", 580 | "integrity": "sha512-t86YjtP1LtPt8D+TaIARm6PtC9tBnF1FhxQeLFs6ohG7vDUfQuy/M8II14rx1TTUkVuYoWHP/7DlvTtoCGULcw==", 581 | "requires": { 582 | "cuint": "^0.2.1" 583 | } 584 | }, 585 | "string_decoder": { 586 | "version": "1.3.0", 587 | "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", 588 | "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", 589 | "requires": { 590 | "safe-buffer": "~5.2.0" 591 | } 592 | }, 593 | "tough-cookie": { 594 | "version": "2.5.0", 595 | "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", 596 | "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", 597 | "requires": { 598 | "psl": "^1.1.28", 599 | "punycode": "^2.1.1" 600 | } 601 | }, 602 | "tunnel-agent": { 603 | "version": "0.6.0", 604 | "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", 605 | "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", 606 | "requires": { 607 | "safe-buffer": "^5.0.1" 608 | } 609 | }, 610 | "tweetnacl": { 611 | "version": "0.14.5", 612 | "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", 613 | "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=" 614 | }, 615 | "uri-js": { 616 | "version": "4.4.1", 617 | "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", 618 | "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", 619 | "requires": { 620 | "punycode": "^2.1.0" 621 | } 622 | }, 623 | "util": { 624 | "version": "0.10.4", 625 | "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", 626 | "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", 627 | "requires": { 628 | "inherits": "2.0.3" 629 | }, 630 | "dependencies": { 631 | "inherits": { 632 | "version": "2.0.3", 633 | "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", 634 | "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" 635 | } 636 | } 637 | }, 638 | "util-deprecate": { 639 | "version": "1.0.2", 640 | "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", 641 | "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" 642 | }, 643 | "uuid": { 644 | "version": "3.4.0", 645 | "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", 646 | "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" 647 | }, 648 | "verror": { 649 | "version": "1.10.0", 650 | "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", 651 | "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", 652 | "requires": { 653 | "assert-plus": "^1.0.0", 654 | "core-util-is": "1.0.2", 655 | "extsprintf": "^1.2.0" 656 | } 657 | }, 658 | "xml2js": { 659 | "version": "0.4.23", 660 | "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", 661 | "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", 662 | "requires": { 663 | "sax": ">=0.6.0", 664 | "xmlbuilder": "~11.0.0" 665 | } 666 | }, 667 | "xmlbuilder": { 668 | "version": "11.0.1", 669 | "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", 670 | "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==" 671 | } 672 | } 673 | } 674 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "profilefiller", 3 | "version": "1.0.0", 4 | "description": "Automatic filling Steam profiles", 5 | "main": "index.js", 6 | "scripts": { 7 | "test": "echo \"Error: no test specified\" && exit 1" 8 | }, 9 | "author": "https://github.com/Gunthersuper/", 10 | "license": "ISC", 11 | "dependencies": { 12 | "async": "^3.2.0", 13 | "colors": "^1.4.0", 14 | "fs": "0.0.1-security", 15 | "path": "^0.12.7", 16 | "steam-totp": "^2.1.1", 17 | "steamcommunity": "^3.42.0" 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /realnames.txt: -------------------------------------------------------------------------------- 1 | Aamir 2 | Aaron 3 | Abbey 4 | Abbie 5 | Abbot 6 | Abbott 7 | Abby 8 | Abdel 9 | Abdul 10 | Abdulkarim 11 | Abdullah 12 | Abe 13 | Abel 14 | Abelard 15 | Abner 16 | Abraham 17 | Abram 18 | Ace 19 | Adair 20 | Adam 21 | Adams 22 | Addie 23 | Adger 24 | Aditya 25 | Adlai 26 | Adnan 27 | Adolf 28 | Adolfo 29 | Adolph 30 | Adolphe 31 | Adolpho 32 | Adolphus 33 | Adrian 34 | Adrick 35 | Adrien 36 | Agamemnon 37 | Aguinaldo 38 | Aguste 39 | Agustin 40 | Aharon 41 | Ahmad 42 | Ahmed 43 | Ahmet 44 | Ajai 45 | Ajay 46 | Al 47 | Alaa 48 | Alain 49 | Alan 50 | Alasdair 51 | Alastair 52 | Albatros 53 | Albert 54 | Alberto 55 | Albrecht 56 | Alden 57 | Aldis 58 | Aldo 59 | Aldric 60 | Aldrich 61 | Aldus 62 | Aldwin 63 | Alec 64 | Aleck 65 | Alejandro 66 | Aleks 67 | Aleksandrs 68 | Alessandro 69 | Alex 70 | Alexander 71 | Alexei 72 | Alexis 73 | Alf 74 | Alfie 75 | Alfonse 76 | Alfonso 77 | Alfonzo 78 | Alford 79 | Alfred 80 | Alfredo 81 | Algernon 82 | Ali 83 | Alic 84 | Alister 85 | Alix 86 | Allah 87 | Allan 88 | Allen 89 | Alley 90 | Allie 91 | Allin 92 | Allyn 93 | Alonso 94 | Alonzo 95 | Aloysius 96 | Alphonse 97 | Alphonso 98 | Alston 99 | Alton 100 | Alvin 101 | Alwin 102 | Amadeus 103 | Ambros 104 | Ambrose 105 | Ambrosi 106 | Ambrosio 107 | Ambrosius 108 | Amery 109 | Amory 110 | Amos 111 | Anatol 112 | Anatole 113 | Anatollo 114 | Anatoly 115 | Anders 116 | Andie 117 | Andonis 118 | Andre 119 | Andrea 120 | Andreas 121 | Andrej 122 | Andres 123 | Andrew 124 | Andrey 125 | Andri 126 | Andros 127 | Andrus 128 | Andrzej 129 | Andy 130 | Angel 131 | Angelico 132 | Angelo 133 | Angie 134 | Angus 135 | Ansel 136 | Ansell 137 | Anselm 138 | Anson 139 | Anthony 140 | Antin 141 | Antoine 142 | Anton 143 | Antone 144 | Antoni 145 | Antonin 146 | Antonino 147 | Antonio 148 | Antonius 149 | Antony 150 | Anurag 151 | Apollo 152 | Apostolos 153 | Aram 154 | Archibald 155 | Archibold 156 | Archie 157 | Archon 158 | Archy 159 | Arel 160 | Ari 161 | Arie 162 | Ariel 163 | Aristotle 164 | Arlo 165 | Armand 166 | Armando 167 | Armond 168 | Armstrong 169 | Arne 170 | Arnie 171 | Arnold 172 | Arnoldo 173 | Aron 174 | Arron 175 | Art 176 | Arther 177 | Arthur 178 | Artie 179 | Artur 180 | Arturo 181 | Arvie 182 | Arvin 183 | Arvind 184 | Arvy 185 | Ash 186 | Ashby 187 | Ashish 188 | Ashley 189 | Ashton 190 | Aub 191 | Aube 192 | Aubert 193 | Aubrey 194 | Augie 195 | August 196 | Augustin 197 | Augustine 198 | Augusto 199 | Augustus 200 | Austen 201 | Austin 202 | Ave 203 | Averell 204 | Averil 205 | Averill 206 | Avery 207 | Avi 208 | Avraham 209 | Avram 210 | Avrom 211 | Axel 212 | Aylmer 213 | Aziz 214 | Bailey 215 | Bailie 216 | Baillie 217 | Baily 218 | Baird 219 | Baldwin 220 | Bancroft 221 | Barbabas 222 | Barclay 223 | Bard 224 | Barde 225 | Barn 226 | Barnabas 227 | Barnabe 228 | Barnaby 229 | Barnard 230 | Barnebas 231 | Barnett 232 | Barney 233 | Barnie 234 | Barny 235 | Baron 236 | Barr 237 | Barret 238 | Barrett 239 | Barri 240 | Barrie 241 | Barris 242 | Barron 243 | Barry 244 | Bart 245 | Bartel 246 | Barth 247 | Barthel 248 | Bartholemy 249 | Bartholomeo 250 | Bartholomeus 251 | Bartholomew 252 | Bartie 253 | Bartlet 254 | Bartlett 255 | Bartolemo 256 | Bartolomei 257 | Bartolomeo 258 | Barton 259 | Barty 260 | Bary 261 | Basil 262 | Batholomew 263 | Baxter 264 | Bay 265 | Bayard 266 | Beale 267 | Bealle 268 | Bear 269 | Bearnard 270 | Beau 271 | Beaufort 272 | Beauregard 273 | Beck 274 | Bela 275 | Ben 276 | Benedict 277 | Bengt 278 | Benito 279 | Benjamen 280 | Benjamin 281 | Benji 282 | Benjie 283 | Benjy 284 | Benn 285 | Bennet 286 | Bennett 287 | Bennie 288 | Benny 289 | Benson 290 | Bentley 291 | Benton 292 | Beowulf 293 | Berchtold 294 | Berk 295 | Berke 296 | Berkeley 297 | Berkie 298 | Berkley 299 | Bernard 300 | Bernardo 301 | Bernd 302 | Bernhard 303 | Bernie 304 | Bert 305 | Bertie 306 | Bertram 307 | Bertrand 308 | Bharat 309 | Biff 310 | Bill 311 | Billie 312 | Billy 313 | Bing 314 | Binky 315 | Bishop 316 | Bjorn 317 | Bjorne 318 | Blaine 319 | Blair 320 | Blake 321 | Blare 322 | Blayne 323 | Bo 324 | Bob 325 | Bobbie 326 | Bobby 327 | Bogart 328 | Bogdan 329 | Boniface 330 | Boris 331 | Boyce 332 | Boyd 333 | Brad 334 | Braden 335 | Bradford 336 | Bradley 337 | Bradly 338 | Brady 339 | Brandon 340 | Brandy 341 | Brant 342 | Brendan 343 | Brent 344 | Bret 345 | Brett 346 | Brewer 347 | Brewster 348 | Brian 349 | Brice 350 | Briggs 351 | Brinkley 352 | Britt 353 | Brock 354 | Broddie 355 | Broddy 356 | Broderic 357 | Broderick 358 | Brodie 359 | Brody 360 | Bronson 361 | Brook 362 | Brooke 363 | Brooks 364 | Bruce 365 | Bruno 366 | Bryan 367 | Bryant 368 | Bryce 369 | Bryn 370 | Bryon 371 | Bubba 372 | Buck 373 | Bucky 374 | Bud 375 | Buddy 376 | Burgess 377 | Burke 378 | Burl 379 | Burnaby 380 | Burt 381 | Burton 382 | Buster 383 | Butch 384 | Butler 385 | Byram 386 | Byron 387 | Caesar 388 | Cain 389 | Cal 390 | Caldwell 391 | Caleb 392 | Calhoun 393 | Calvin 394 | Cam 395 | Cameron 396 | Cammy 397 | Carey 398 | Carl 399 | Carleigh 400 | Carlie 401 | Carlin 402 | Carlo 403 | Carlos 404 | Carlton 405 | Carlyle 406 | Carmine 407 | Carroll 408 | Carson 409 | Carsten 410 | Carter 411 | Cary 412 | Caryl 413 | Case 414 | Casey 415 | Caspar 416 | Casper 417 | Cass 418 | Cat 419 | Cecil 420 | Cesar 421 | Chad 422 | Chadd 423 | Chaddie 424 | Chaddy 425 | Chadwick 426 | Chaim 427 | Chalmers 428 | Chan 429 | Chance 430 | Chancey 431 | Chanderjit 432 | Chandler 433 | Chane 434 | Chariot 435 | Charles 436 | Charleton 437 | Charley 438 | Charlie 439 | Charlton 440 | Chas 441 | Chase 442 | Chaunce 443 | Chauncey 444 | Che 445 | Chelton 446 | Chen 447 | Chester 448 | Cheston 449 | Chet 450 | Chev 451 | Chevalier 452 | Chevy 453 | Chip 454 | Chris 455 | Chrissy 456 | Christ 457 | Christian 458 | Christiano 459 | Christie 460 | Christof 461 | Christofer 462 | Christoph 463 | Christophe 464 | Christopher 465 | Christorpher 466 | Christos 467 | Christy 468 | Chrisy 469 | Chuck 470 | Churchill 471 | Clair 472 | Claire 473 | Clancy 474 | Clarance 475 | Clare 476 | Clarence 477 | Clark 478 | Clarke 479 | Claude 480 | Claudio 481 | Claudius 482 | Claus 483 | Clay 484 | Clayborn 485 | Clayborne 486 | Claybourne 487 | Clayton 488 | Cleland 489 | Clem 490 | Clemens 491 | Clement 492 | Clemente 493 | Clemmie 494 | Cletus 495 | Cleveland 496 | Cliff 497 | Clifford 498 | Clifton 499 | Clint 500 | Clinten 501 | Clinton 502 | Clive 503 | Clyde 504 | Cob 505 | Cobb 506 | Cobbie 507 | Cobby 508 | Cody 509 | Colbert 510 | Cole 511 | Coleman 512 | Colin 513 | Collin 514 | Collins 515 | Conan 516 | Connie 517 | Connolly 518 | Connor 519 | Conrad 520 | Conroy 521 | Constantin 522 | Constantine 523 | Constantinos 524 | Conway 525 | Cooper 526 | Corbin 527 | Corby 528 | Corey 529 | Corky 530 | Cornelius 531 | Cornellis 532 | Corrie 533 | Cortese 534 | Corwin 535 | Cory 536 | Cosmo 537 | Costa 538 | Courtney 539 | Craig 540 | Crawford 541 | Creighton 542 | Cris 543 | Cristopher 544 | Curt 545 | Curtice 546 | Curtis 547 | Cy 548 | Cyril 549 | Cyrill 550 | Cyrille 551 | Cyrillus 552 | Cyrus 553 | Dabney 554 | Daffy 555 | Dale 556 | Dallas 557 | Dalton 558 | Damian 559 | Damien 560 | Damon 561 | Dan 562 | Dana 563 | Dane 564 | Dani 565 | Danie 566 | Daniel 567 | Dannie 568 | Danny 569 | Dante 570 | Darby 571 | Darcy 572 | Daren 573 | Darian 574 | Darien 575 | Darin 576 | Dario 577 | Darius 578 | Darrel 579 | Darrell 580 | Darren 581 | Darrick 582 | Darrin 583 | Darryl 584 | Darth 585 | Darwin 586 | Daryl 587 | Daryle 588 | Dave 589 | Davey 590 | David 591 | Davidde 592 | Davide 593 | Davidson 594 | Davie 595 | Davin 596 | Davis 597 | Davon 598 | Davoud 599 | Davy 600 | Dawson 601 | Dean 602 | Deane 603 | Del 604 | Delbert 605 | Dell 606 | Delmar 607 | Demetre 608 | Demetri 609 | Demetris 610 | Demetrius 611 | Demosthenis 612 | Denis 613 | Dennie 614 | Dennis 615 | Denny 616 | Derby 617 | Derek 618 | Derick 619 | Derk 620 | Derrek 621 | Derrick 622 | Derrin 623 | Derrol 624 | Derron 625 | Deryl 626 | Desmond 627 | Desmund 628 | Devin 629 | Devon 630 | Dewey 631 | Dewitt 632 | Dexter 633 | Dick 634 | Dickey 635 | Dickie 636 | Diego 637 | Dieter 638 | Dietrich 639 | Dillon 640 | Dimitri 641 | Dimitrios 642 | Dimitris 643 | Dimitrou 644 | Dimitry 645 | Dino 646 | Dion 647 | Dionis 648 | Dionysus 649 | Dirk 650 | Dmitri 651 | Dom 652 | Domenic 653 | Domenico 654 | Dominic 655 | Dominick 656 | Dominique 657 | Don 658 | Donal 659 | Donald 660 | Donn 661 | Donnie 662 | Donny 663 | Donovan 664 | Dorian 665 | Dory 666 | Doug 667 | Douggie 668 | Dougie 669 | Douglas 670 | Douglass 671 | Douglis 672 | Dov 673 | Doyle 674 | Drake 675 | Drew 676 | Dru 677 | Dryke 678 | Duane 679 | Dudley 680 | Duffie 681 | Duffy 682 | Dugan 683 | Duke 684 | Dunc 685 | Duncan 686 | Dunstan 687 | Durand 688 | Durant 689 | Durante 690 | Durward 691 | Dustin 692 | Dwain 693 | Dwaine 694 | Dwane 695 | Dwayne 696 | Dwight 697 | Dylan 698 | Dyson 699 | Earl 700 | Earle 701 | Easton 702 | Eben 703 | Ebeneser 704 | Ebenezer 705 | Eberhard 706 | Ed 707 | Eddie 708 | Eddy 709 | Edgar 710 | Edgardo 711 | Edie 712 | Edmond 713 | Edmund 714 | Edouard 715 | Edsel 716 | Eduard 717 | Eduardo 718 | Edward 719 | Edwin 720 | Efram 721 | Egbert 722 | Ehud 723 | Elbert 724 | Elden 725 | Eldon 726 | Eli 727 | Elias 728 | Elihu 729 | Elijah 730 | Eliot 731 | Eliott 732 | Elisha 733 | Elliot 734 | Elliott 735 | Ellis 736 | Ellsworth 737 | Ellwood 738 | Elmer 739 | Elmore 740 | Elnar 741 | Elric 742 | Elroy 743 | Elton 744 | Elvin 745 | Elvis 746 | Elwin 747 | Elwood 748 | Elwyn 749 | Ely 750 | Emanuel 751 | Emerson 752 | Emery 753 | Emil 754 | Emile 755 | Emilio 756 | Emmanuel 757 | Emmery 758 | Emmet 759 | Emmett 760 | Emmit 761 | Emmott 762 | Emmy 763 | Emory 764 | Ender 765 | Engelbart 766 | Engelbert 767 | Englebart 768 | Englebert 769 | Enoch 770 | Enrico 771 | Enrique 772 | Ephraim 773 | Ephram 774 | Ephrayim 775 | Ephrem 776 | Er 777 | Erasmus 778 | Erastus 779 | Erek 780 | Erhard 781 | Erhart 782 | Eric 783 | Erich 784 | Erick 785 | Erik 786 | Erin 787 | Erl 788 | Ernest 789 | Ernesto 790 | Ernie 791 | Ernst 792 | Erny 793 | Errol 794 | Ervin 795 | Erwin 796 | Esau 797 | Esme 798 | Esteban 799 | Ethan 800 | Ethelbert 801 | Ethelred 802 | Etienne 803 | Euclid 804 | Eugen 805 | Eugene 806 | Eustace 807 | Ev 808 | Evan 809 | Evelyn 810 | Everard 811 | Everett 812 | Ewan 813 | Ewart 814 | Ez 815 | Ezechiel 816 | Ezekiel 817 | Ezra 818 | Fabian 819 | Fabio 820 | Fairfax 821 | Farley 822 | Fazeel 823 | Federico 824 | Felice 825 | Felicio 826 | Felipe 827 | Felix 828 | Ferd 829 | Ferdie 830 | Ferdinand 831 | Ferdy 832 | Fergus 833 | Ferguson 834 | Ferinand 835 | Fernando 836 | Fidel 837 | Filbert 838 | Filip 839 | Filipe 840 | Filmore 841 | Finley 842 | Finn 843 | Fitz 844 | Fitzgerald 845 | Flem 846 | Fleming 847 | Flemming 848 | Fletch 849 | Fletcher 850 | Flin 851 | Flinn 852 | Flint 853 | Flipper 854 | Florian 855 | Floyd 856 | Flynn 857 | Fons 858 | Fonsie 859 | Fonz 860 | Fonzie 861 | Forbes 862 | Ford 863 | Forest 864 | Forester 865 | Forrest 866 | Forrester 867 | Forster 868 | Foster 869 | Fowler 870 | Fox 871 | Fran 872 | Francesco 873 | Francis 874 | Francisco 875 | Francois 876 | Frank 877 | Frankie 878 | Franklin 879 | Franklyn 880 | Franky 881 | Frans 882 | Franz 883 | Fraser 884 | Frazier 885 | Fred 886 | Freddie 887 | Freddy 888 | Frederic 889 | Frederich 890 | Frederick 891 | Frederico 892 | Frederik 893 | Fredric 894 | Fredrick 895 | Freeman 896 | Freemon 897 | Fremont 898 | French 899 | Friedric 900 | Friedrich 901 | Friedrick 902 | Fritz 903 | Fulton 904 | Fyodor 905 | Gabe 906 | Gabriel 907 | Gabriele 908 | Gabriell 909 | Gabriello 910 | Gail 911 | Gale 912 | Galen 913 | Gallagher 914 | Gamaliel 915 | Garcia 916 | Garcon 917 | Gardener 918 | Gardiner 919 | Gardner 920 | Garey 921 | Garfield 922 | Garfinkel 923 | Garold 924 | Garp 925 | Garret 926 | Garrett 927 | Garrot 928 | Garrott 929 | Garry 930 | Garth 931 | Garv 932 | Garvey 933 | Garvin 934 | Garvy 935 | Garwin 936 | Garwood 937 | Gary 938 | Gaspar 939 | Gasper 940 | Gaston 941 | Gav 942 | Gaven 943 | Gavin 944 | Gavriel 945 | Gay 946 | Gayle 947 | Gearard 948 | Gene 949 | Geo 950 | Geof 951 | Geoff 952 | Geoffrey 953 | Geoffry 954 | Georg 955 | George 956 | Georges 957 | Georgia 958 | Georgie 959 | Georgy 960 | Gerald 961 | Geraldo 962 | Gerard 963 | Gere 964 | Gerhard 965 | Gerhardt 966 | Geri 967 | Germaine 968 | Gerold 969 | Gerome 970 | Gerrard 971 | Gerri 972 | Gerrit 973 | Gerry 974 | Gershom 975 | Gershon 976 | Giacomo 977 | Gian 978 | Giancarlo 979 | Giavani 980 | Gibb 981 | Gideon 982 | Giff 983 | Giffard 984 | Giffer 985 | Giffie 986 | Gifford 987 | Giffy 988 | Gil 989 | Gilbert 990 | Gilberto 991 | Gilburt 992 | Giles 993 | Gill 994 | Gilles 995 | Ginger 996 | Gino 997 | Giordano 998 | Giorgi 999 | Giorgio 1000 | Giovanne 1001 | Giovanni 1002 | Giraldo 1003 | Giraud 1004 | Giuseppe 1005 | Glen 1006 | Glenn 1007 | Glynn 1008 | Godard 1009 | Godart 1010 | Goddard 1011 | Goddart 1012 | Godfree 1013 | Godfrey 1014 | Godfry 1015 | Godwin 1016 | Gomer 1017 | Gonzales 1018 | Gonzalo 1019 | Goober 1020 | Goose 1021 | Gordan 1022 | Gordie 1023 | Gordon 1024 | Grace 1025 | Grady 1026 | Graehme 1027 | Graeme 1028 | Graham 1029 | Graig 1030 | Grant 1031 | Granville 1032 | Greg 1033 | Gregg 1034 | Greggory 1035 | Gregor 1036 | Gregorio 1037 | Gregory 1038 | Gretchen 1039 | Griff 1040 | Griffin 1041 | Griffith 1042 | Griswold 1043 | Grove 1044 | Grover 1045 | Guido 1046 | Guillaume 1047 | Guillermo 1048 | Gunner 1049 | Gunter 1050 | Gunther 1051 | Gus 1052 | Gustaf 1053 | Gustav 1054 | Gustave 1055 | Gustavo 1056 | Gustavus 1057 | Guthrey 1058 | Guthrie 1059 | Guthry 1060 | Guy 1061 | Hadleigh 1062 | Hadley 1063 | Hadrian 1064 | Hagan 1065 | Hagen 1066 | Hailey 1067 | Hakeem 1068 | Hakim 1069 | Hal 1070 | Hale 1071 | Haleigh 1072 | Haley 1073 | Hall 1074 | Hallam 1075 | Halvard 1076 | Ham 1077 | Hamel 1078 | Hamid 1079 | Hamil 1080 | Hamilton 1081 | Hamish 1082 | Hamlen 1083 | Hamlet 1084 | Hamlin 1085 | Hammad 1086 | Hamnet 1087 | Han 1088 | Hanan 1089 | Hanford 1090 | Hank 1091 | Hannibal 1092 | Hans 1093 | Hans-Peter 1094 | Hansel 1095 | Hanson 1096 | Harald 1097 | Harcourt 1098 | Hari 1099 | Harlan 1100 | Harland 1101 | Harley 1102 | Harlin 1103 | Harman 1104 | Harmon 1105 | Harold 1106 | Harris 1107 | Harrison 1108 | Harrold 1109 | Harry 1110 | Hart 1111 | Hartley 1112 | Hartwell 1113 | Harv 1114 | Harvard 1115 | Harvey 1116 | Harvie 1117 | Harwell 1118 | Hasheem 1119 | Hashim 1120 | Haskel 1121 | Haskell 1122 | Hassan 1123 | Hastings 1124 | Hasty 1125 | Haven 1126 | Hayden 1127 | Haydon 1128 | Hayes 1129 | Hayward 1130 | Haywood 1131 | Hazel 1132 | Heath 1133 | Heathcliff 1134 | Hebert 1135 | Hector 1136 | Heinrich 1137 | Heinz 1138 | Helmuth 1139 | Henderson 1140 | Hendrick 1141 | Hendrik 1142 | Henri 1143 | Henrie 1144 | Henrik 1145 | Henrique 1146 | Henry 1147 | Herb 1148 | Herbert 1149 | Herbie 1150 | Herby 1151 | Hercule 1152 | Hercules 1153 | Herculie 1154 | Herman 1155 | Hermann 1156 | Hermon 1157 | Hermy 1158 | Hernando 1159 | Herold 1160 | Herrick 1161 | Herrmann 1162 | Hersch 1163 | Herschel 1164 | Hersh 1165 | Hershel 1166 | Herve 1167 | Hervey 1168 | Hew 1169 | Hewe 1170 | Hewet 1171 | Hewett 1172 | Hewie 1173 | Hewitt 1174 | Heywood 1175 | Hezekiah 1176 | Higgins 1177 | Hilary 1178 | Hilbert 1179 | Hill 1180 | Hillard 1181 | Hillary 1182 | Hillel 1183 | Hillery 1184 | Hilliard 1185 | Hilton 1186 | Hiralal 1187 | Hiram 1188 | Hiro 1189 | Hirsch 1190 | Hobart 1191 | Hodge 1192 | Hogan 1193 | Hollis 1194 | Holly 1195 | Homer 1196 | Horace 1197 | Horacio 1198 | Horatio 1199 | Horatius 1200 | Horst 1201 | Howard 1202 | Howie 1203 | Hoyt 1204 | Hubert 1205 | Hudson 1206 | Huey 1207 | Hugh 1208 | Hugo 1209 | Humbert 1210 | Humphrey 1211 | Hunt 1212 | Hunter 1213 | Huntington 1214 | Huntlee 1215 | Huntley 1216 | Hurley 1217 | Husain 1218 | Husein 1219 | Hussein 1220 | Hy 1221 | Hyatt 1222 | Hyman 1223 | Hymie 1224 | Iago 1225 | Iain 1226 | Ian 1227 | Ibrahim 1228 | Ichabod 1229 | Iggie 1230 | Iggy 1231 | Ignace 1232 | Ignacio 1233 | Ignacius 1234 | Ignatius 1235 | Ignaz 1236 | Ignazio 1237 | Igor 1238 | Ike 1239 | Ikey 1240 | Immanuel 1241 | Ingamar 1242 | Ingelbert 1243 | Ingemar 1244 | Inglebert 1245 | Ingmar 1246 | Ingram 1247 | Inigo 1248 | Ira 1249 | Irvin 1250 | Irvine 1251 | Irving 1252 | Irwin 1253 | Isa 1254 | Isaac 1255 | Isaak 1256 | Isador 1257 | Isadore 1258 | Isaiah 1259 | Ishmael 1260 | Isidore 1261 | Ismail 1262 | Israel 1263 | Istvan 1264 | Ivan 1265 | Ivor 1266 | Izaak 1267 | Izak 1268 | Izzy 1269 | Jabez 1270 | Jack 1271 | Jackie 1272 | Jackson 1273 | Jacob 1274 | Jacques 1275 | Jae 1276 | Jaime 1277 | Jake 1278 | Jakob 1279 | James 1280 | Jameson 1281 | Jamey 1282 | Jamie 1283 | Jan 1284 | Janos 1285 | Janus 1286 | Jared 1287 | Jarrett 1288 | Jarvis 1289 | Jason 1290 | Jasper 1291 | Javier 1292 | Jay 1293 | Jean 1294 | Jean-Christophe 1295 | Jean-Francois 1296 | Jean-Lou 1297 | Jean-Luc 1298 | Jean-Marc 1299 | Jean-Paul 1300 | Jean-Pierre 1301 | Jeb 1302 | Jed 1303 | Jedediah 1304 | Jef 1305 | Jeff 1306 | Jefferey 1307 | Jefferson 1308 | Jeffery 1309 | Jeffie 1310 | Jeffrey 1311 | Jeffry 1312 | Jefry 1313 | Jehu 1314 | Jennings 1315 | Jens 1316 | Jephthah 1317 | Jerald 1318 | Jeramie 1319 | Jere 1320 | Jereme 1321 | Jeremiah 1322 | Jeremias 1323 | Jeremie 1324 | Jeremy 1325 | Jermain 1326 | Jermaine 1327 | Jermayne 1328 | Jerold 1329 | Jerome 1330 | Jeromy 1331 | Jerri 1332 | Jerrie 1333 | Jerrold 1334 | Jerrome 1335 | Jerry 1336 | Jervis 1337 | Jerzy 1338 | Jess 1339 | Jesse 1340 | Jessee 1341 | Jessey 1342 | Jessie 1343 | Jesus 1344 | Jeth 1345 | Jethro 1346 | Jim 1347 | Jimbo 1348 | Jimmie 1349 | Jimmy 1350 | Jo 1351 | Joab 1352 | Joachim 1353 | Joao 1354 | Joaquin 1355 | Job 1356 | Jock 1357 | Jodi 1358 | Jodie 1359 | Jody 1360 | Joe 1361 | Joel 1362 | Joey 1363 | Johan 1364 | Johann 1365 | Johannes 1366 | John 1367 | John-David 1368 | John-Patrick 1369 | Johnathan 1370 | Johnathon 1371 | Johnnie 1372 | Johnny 1373 | Johny 1374 | Jon 1375 | Jonah 1376 | Jonas 1377 | Jonathan 1378 | Jonathon 1379 | Jonny 1380 | Jordan 1381 | Jordon 1382 | Jordy 1383 | Jorge 1384 | Jory 1385 | Jose 1386 | Josef 1387 | Joseph 1388 | Josephus 1389 | Josh 1390 | Joshua 1391 | Joshuah 1392 | Josiah 1393 | Jotham 1394 | Juan 1395 | Juanita 1396 | Jud 1397 | Judah 1398 | Judas 1399 | Judd 1400 | Jude 1401 | Judith 1402 | Judson 1403 | Judy 1404 | Juergen 1405 | Jule 1406 | Jules 1407 | Julian 1408 | Julie 1409 | Julio 1410 | Julius 1411 | Justin 1412 | Justis 1413 | Kaiser 1414 | Kaleb 1415 | Kalil 1416 | Kalle 1417 | Kalman 1418 | Kalvin 1419 | Kam 1420 | Kane 1421 | Kareem 1422 | Karel 1423 | Karim 1424 | Karl 1425 | Karsten 1426 | Kaspar 1427 | Keefe 1428 | Keenan 1429 | Keene 1430 | Keil 1431 | Keith 1432 | Kellen 1433 | Kelley 1434 | Kelly 1435 | Kelsey 1436 | Kelvin 1437 | Kelwin 1438 | Ken 1439 | Kendal 1440 | Kendall 1441 | Kendrick 1442 | Kenn 1443 | Kennedy 1444 | Kenneth 1445 | Kenny 1446 | Kent 1447 | Kenton 1448 | Kenyon 1449 | Kermie 1450 | Kermit 1451 | Kerry 1452 | Kevan 1453 | Kevin 1454 | Kim 1455 | Kimball 1456 | Kimmo 1457 | Kin 1458 | Kincaid 1459 | King 1460 | Kingsley 1461 | Kingsly 1462 | Kingston 1463 | Kip 1464 | Kirby 1465 | Kirk 1466 | Kit 1467 | Klaus 1468 | Klee 1469 | Knox 1470 | Konrad 1471 | Konstantin 1472 | Kory 1473 | Kostas 1474 | Kraig 1475 | Kris 1476 | Krishna 1477 | Kristian 1478 | Kristopher 1479 | Kristos 1480 | Kurt 1481 | Kurtis 1482 | Kyle 1483 | Laird 1484 | Lamar 1485 | Lambert 1486 | Lamont 1487 | Lance 1488 | Lancelot 1489 | Lane 1490 | Langston 1491 | Lanny 1492 | Larry 1493 | Lars 1494 | Laurance 1495 | Lauren 1496 | Laurence 1497 | Laurens 1498 | Laurent 1499 | Laurie 1500 | Lawerence 1501 | Lawrence 1502 | Lawson 1503 | Lawton 1504 | Lay 1505 | Layton 1506 | Lazar 1507 | Lazare 1508 | Lazaro 1509 | Lazarus 1510 | Lazlo 1511 | Lee 1512 | Lefty 1513 | Leif 1514 | Leigh 1515 | Leighton 1516 | Leland 1517 | Lem 1518 | Lemar 1519 | Lemmie 1520 | Lemmy 1521 | Lemuel 1522 | Len 1523 | Lenard 1524 | Lennie 1525 | Lenny 1526 | Leo 1527 | Leon 1528 | Leonard 1529 | Leonardo 1530 | Leonerd 1531 | Leonhard 1532 | Leonid 1533 | Leonidas 1534 | Leopold 1535 | Leroy 1536 | Les 1537 | Lesley 1538 | Leslie 1539 | Lester 1540 | Lev 1541 | Levi 1542 | Levin 1543 | Levon 1544 | Levy 1545 | Lew 1546 | Lewis 1547 | Lex 1548 | Liam 1549 | Lin 1550 | Lincoln 1551 | Lind 1552 | Lindsay 1553 | Lindsey 1554 | Lindy 1555 | Linoel 1556 | Linus 1557 | Lion 1558 | Lionel 1559 | Lionello 1560 | Llewellyn 1561 | Lloyd 1562 | Locke 1563 | Lockwood 1564 | Logan 1565 | Lon 1566 | Lonnie 1567 | Lonny 1568 | Loren 1569 | Lorenzo 1570 | Lorne 1571 | Lorrie 1572 | Lothar 1573 | Lou 1574 | Louie 1575 | Louis 1576 | Lovell 1577 | Lowell 1578 | Lucas 1579 | Luce 1580 | Lucian 1581 | Luciano 1582 | Lucien 1583 | Lucio 1584 | Lucius 1585 | Ludvig 1586 | Ludwig 1587 | Luigi 1588 | Luis 1589 | Lukas 1590 | Luke 1591 | Luther 1592 | Lyle 1593 | Lyn 1594 | Lyndon 1595 | Lynn 1596 | Mac 1597 | Mace 1598 | Mack 1599 | Mackenzie 1600 | Maddie 1601 | Maddy 1602 | Madison 1603 | Magnum 1604 | Magnus 1605 | Mahesh 1606 | Mahmoud 1607 | Mahmud 1608 | Maison 1609 | Major 1610 | Malcolm 1611 | Manfred 1612 | Manish 1613 | Manny 1614 | Manuel 1615 | Marc 1616 | Marcel 1617 | Marcello 1618 | Marcellus 1619 | Marcelo 1620 | Marchall 1621 | Marcio 1622 | Marco 1623 | Marcos 1624 | Marcus 1625 | Marietta 1626 | Marilu 1627 | Mario 1628 | Marion 1629 | Marius 1630 | Mark 1631 | Marko 1632 | Markos 1633 | Markus 1634 | Marlin 1635 | Marlo 1636 | Marlon 1637 | Marlow 1638 | Marlowe 1639 | Marmaduke 1640 | Marsh 1641 | Marshal 1642 | Marshall 1643 | Mart 1644 | Martainn 1645 | Marten 1646 | Martie 1647 | Martin 1648 | Martino 1649 | Marty 1650 | Martyn 1651 | Marv 1652 | Marve 1653 | Marven 1654 | Marvin 1655 | Marwin 1656 | Mason 1657 | Mateo 1658 | Mathew 1659 | Mathias 1660 | Matias 1661 | Matt 1662 | Matteo 1663 | Matthaeus 1664 | Mattheus 1665 | Matthew 1666 | Matthias 1667 | Matthieu 1668 | Matthiew 1669 | Matthus 1670 | Mattias 1671 | Mattie 1672 | Matty 1673 | Maurice 1674 | Mauricio 1675 | Maurie 1676 | Maurise 1677 | Maurits 1678 | Mauritz 1679 | Maury 1680 | Max 1681 | Maxfield 1682 | Maxie 1683 | Maxim 1684 | Maximilian 1685 | Maximilien 1686 | Maxwell 1687 | Mayer 1688 | Maynard 1689 | Maynord 1690 | Mayor 1691 | Mead 1692 | Meade 1693 | Meier 1694 | Meir 1695 | Mel 1696 | Melvin 1697 | Melvyn 1698 | Menard 1699 | Mendel 1700 | Mendie 1701 | Meredeth 1702 | Meredith 1703 | Merell 1704 | Merill 1705 | Merle 1706 | Merlin 1707 | Merrel 1708 | Merrick 1709 | Merril 1710 | Merrill 1711 | Merry 1712 | Merv 1713 | Mervin 1714 | Merwin 1715 | Meryl 1716 | Meyer 1717 | Mic 1718 | Micah 1719 | Michael 1720 | Michail 1721 | Michal 1722 | Michale 1723 | Micheal 1724 | Micheil 1725 | Michel 1726 | Michele 1727 | Mick 1728 | Mickey 1729 | Mickie 1730 | Micky 1731 | Miguel 1732 | Mika 1733 | Mikael 1734 | Mike 1735 | Mikel 1736 | Mikey 1737 | Mikhail 1738 | Miles 1739 | Millicent 1740 | Milo 1741 | Milt 1742 | Milton 1743 | Mischa 1744 | Mitch 1745 | Mitchael 1746 | Mitchel 1747 | Mitchell 1748 | Moe 1749 | Mohamad 1750 | Mohamed 1751 | Mohammad 1752 | Mohammed 1753 | Mohan 1754 | Moise 1755 | Moises 1756 | Moishe 1757 | Monroe 1758 | Montague 1759 | Monte 1760 | Montgomery 1761 | Monty 1762 | Moore 1763 | Mordecai 1764 | Morgan 1765 | Morlee 1766 | Morley 1767 | Morly 1768 | Morrie 1769 | Morris 1770 | Morry 1771 | Morse 1772 | Mort 1773 | Morten 1774 | Mortie 1775 | Mortimer 1776 | Morton 1777 | Morty 1778 | Mose 1779 | Moses 1780 | Moshe 1781 | Moss 1782 | Muffin 1783 | Mugsy 1784 | Muhammad 1785 | Munmro 1786 | Munroe 1787 | Murdoch 1788 | Murdock 1789 | Murphy 1790 | Murray 1791 | Mustafa 1792 | Myke 1793 | Myles 1794 | Mylo 1795 | Myron 1796 | Nahum 1797 | Napoleon 1798 | Nat 1799 | Natale 1800 | Nate 1801 | Nathan 1802 | Nathanael 1803 | Nathanial 1804 | Nathaniel 1805 | Nathanil 1806 | Neal 1807 | Neale 1808 | Neall 1809 | Nealon 1810 | Nealson 1811 | Nealy 1812 | Ned 1813 | Neddie 1814 | Neddy 1815 | Neel 1816 | Neil 1817 | Nels 1818 | Nelsen 1819 | Nelson 1820 | Nero 1821 | Neron 1822 | Nester 1823 | Nestor 1824 | Nev 1825 | Nevil 1826 | Nevile 1827 | Neville 1828 | Nevin 1829 | Nevins 1830 | Newton 1831 | Niall 1832 | Niccolo 1833 | Nicholas 1834 | Nichole 1835 | Nichols 1836 | Nick 1837 | Nickey 1838 | Nickie 1839 | Nickolas 1840 | Nicky 1841 | Nico 1842 | Nicolas 1843 | Niels 1844 | Nigel 1845 | Niki 1846 | Nikita 1847 | Nikki 1848 | Nikolai 1849 | Nikos 1850 | Niles 1851 | Nils 1852 | Nilson 1853 | Niven 1854 | Noach 1855 | Noah 1856 | Noam 1857 | Noble 1858 | Noe 1859 | Noel 1860 | Nolan 1861 | Noland 1862 | Norbert 1863 | Norm 1864 | Norman 1865 | Normand 1866 | Normie 1867 | Norris 1868 | Northrop 1869 | Northrup 1870 | Norton 1871 | Norwood 1872 | Nunzio 1873 | Obadiah 1874 | Obadias 1875 | Oberon 1876 | Obie 1877 | Octavius 1878 | Odell 1879 | Odie 1880 | Odin 1881 | Odysseus 1882 | Olaf 1883 | Olag 1884 | Ole 1885 | Oleg 1886 | Olin 1887 | Oliver 1888 | Olivier 1889 | Olle 1890 | Ollie 1891 | Omar 1892 | Oral 1893 | Oran 1894 | Orazio 1895 | Orbadiah 1896 | Oren 1897 | Orin 1898 | Orion 1899 | Orlando 1900 | Orren 1901 | Orrin 1902 | Orson 1903 | Orton 1904 | Orville 1905 | Osbert 1906 | Osborn 1907 | Osborne 1908 | Osbourn 1909 | Osbourne 1910 | Oscar 1911 | Osgood 1912 | Osmond 1913 | Osmund 1914 | Ossie 1915 | Oswald 1916 | Oswell 1917 | Otes 1918 | Othello 1919 | Otho 1920 | Otis 1921 | Otto 1922 | Owen 1923 | Ozzie 1924 | Ozzy 1925 | Pablo 1926 | Pace 1927 | Paco 1928 | Paddie 1929 | Paddy 1930 | Padraig 1931 | Page 1932 | Paige 1933 | Pail 1934 | Palmer 1935 | Paolo 1936 | Park 1937 | Parke 1938 | Parker 1939 | Parnell 1940 | Parrnell 1941 | Parry 1942 | Parsifal 1943 | Partha 1944 | Pascal 1945 | Pascale 1946 | Pasquale 1947 | Pat 1948 | Pate 1949 | Patel 1950 | Paten 1951 | Patin 1952 | Paton 1953 | Patric 1954 | Patrice 1955 | Patricio 1956 | Patrick 1957 | Patrik 1958 | Patsy 1959 | Pattie 1960 | Patty 1961 | Paul 1962 | Paulo 1963 | Pavel 1964 | Pearce 1965 | Pedro 1966 | Peirce 1967 | Pembroke 1968 | Pen 1969 | Penn 1970 | Pennie 1971 | Penny 1972 | Penrod 1973 | Pepe 1974 | Pepillo 1975 | Pepito 1976 | Perceval 1977 | Percival 1978 | Percy 1979 | Perry 1980 | Pete 1981 | Peter 1982 | Petey 1983 | Petr 1984 | Peyter 1985 | Peyton 1986 | Phil 1987 | Philbert 1988 | Philip 1989 | Phillip 1990 | Phillipe 1991 | Phillipp 1992 | Phineas 1993 | Phip 1994 | Pierce 1995 | Pierre 1996 | Pierson 1997 | Piet 1998 | Pieter 1999 | Pietro 2000 | Piggy 2001 | Pincas 2002 | Pinchas 2003 | Pincus 2004 | Piotr 2005 | Pip 2006 | Plato 2007 | Pooh 2008 | Porter 2009 | Poul 2010 | Powell 2011 | Praneetf 2012 | Prasad 2013 | Prasun 2014 | Prent 2015 | Prentice 2016 | Prentiss 2017 | Prescott 2018 | Preston 2019 | Price 2020 | Prince 2021 | Pryce 2022 | Puff 2023 | Purcell 2024 | Putnam 2025 | Pyotr 2026 | Quent 2027 | Quentin 2028 | Quiggly 2029 | Quigly 2030 | Quigman 2031 | Quill 2032 | Quillan 2033 | Quincey 2034 | Quincy 2035 | Quinlan 2036 | Quinn 2037 | Quint 2038 | Quintin 2039 | Quinton 2040 | Quintus 2041 | Rab 2042 | Rabbi 2043 | Rabi 2044 | Rad 2045 | Radcliffe 2046 | Rafael 2047 | Rafe 2048 | Ragnar 2049 | Raimund 2050 | Rainer 2051 | Raj 2052 | Rajeev 2053 | Raleigh 2054 | Ralf 2055 | Ralph 2056 | Ram 2057 | Ramesh 2058 | Ramon 2059 | Ramsay 2060 | Ramsey 2061 | Rand 2062 | Randal 2063 | Randall 2064 | Randell 2065 | Randi 2066 | Randie 2067 | Randolf 2068 | Randolph 2069 | Randy 2070 | Ransell 2071 | Ransom 2072 | Raoul 2073 | Raphael 2074 | Raul 2075 | Ravi 2076 | Ravil 2077 | Rawley 2078 | Ray 2079 | Raymond 2080 | Raymund 2081 | Raymundo 2082 | Raynard 2083 | Rayner 2084 | Raynor 2085 | Reagan 2086 | Red 2087 | Redford 2088 | Redmond 2089 | Reece 2090 | Reed 2091 | Rees 2092 | Reese 2093 | Reg 2094 | Regan 2095 | Regen 2096 | Reggie 2097 | Reggis 2098 | Reggy 2099 | Reginald 2100 | Reginauld 2101 | Reid 2102 | Reilly 2103 | Reinhard 2104 | Reinhold 2105 | Rem 2106 | Remington 2107 | Remus 2108 | Renado 2109 | Renaldo 2110 | Renard 2111 | Renato 2112 | Renaud 2113 | Renault 2114 | Rene 2115 | Reube 2116 | Reuben 2117 | Reuven 2118 | Rex 2119 | Rey 2120 | Reynard 2121 | Reynold 2122 | Reynolds 2123 | Reza 2124 | Rhett 2125 | Ric 2126 | Ricard 2127 | Ricardo 2128 | Riccardo 2129 | Rice 2130 | Rich 2131 | Richard 2132 | Richardo 2133 | Richie 2134 | Richmond 2135 | Richy 2136 | Rick 2137 | Rickard 2138 | Rickey 2139 | Ricki 2140 | Rickie 2141 | Ricky 2142 | Rik 2143 | Rikki 2144 | Riley 2145 | Rinaldo 2146 | Ripley 2147 | Ritch 2148 | Ritchie 2149 | Roarke 2150 | Rob 2151 | Robb 2152 | Robbert 2153 | Robbie 2154 | Robert 2155 | Roberto 2156 | Robin 2157 | Robinson 2158 | Rochester 2159 | Rock 2160 | Rockwell 2161 | Rocky 2162 | Rod 2163 | Rodd 2164 | Roddie 2165 | Roddy 2166 | Roderic 2167 | Roderich 2168 | Roderick 2169 | Roderigo 2170 | Rodge 2171 | Rodger 2172 | Rodney 2173 | Rodolfo 2174 | Rodolph 2175 | Rodolphe 2176 | Rodrick 2177 | Rodrigo 2178 | Rodrique 2179 | Rog 2180 | Roger 2181 | Rogers 2182 | Roice 2183 | Roland 2184 | Rolando 2185 | Rolf 2186 | Rolfe 2187 | Rolland 2188 | Rollin 2189 | Rollins 2190 | Rollo 2191 | Rolph 2192 | Romain 2193 | Roman 2194 | Romeo 2195 | Ron 2196 | Ronald 2197 | Ronen 2198 | Roni 2199 | Ronnie 2200 | Ronny 2201 | Roosevelt 2202 | Rory 2203 | Roscoe 2204 | Ross 2205 | Roth 2206 | Rourke 2207 | Rowland 2208 | Roy 2209 | Royal 2210 | Royce 2211 | Rube 2212 | Ruben 2213 | Rubin 2214 | Ruby 2215 | Rudd 2216 | Ruddie 2217 | Ruddy 2218 | Rudie 2219 | Rudiger 2220 | Rudolf 2221 | Rudolfo 2222 | Rudolph 2223 | Rudy 2224 | Rudyard 2225 | Rufe 2226 | Rufus 2227 | Rupert 2228 | Ruperto 2229 | Russ 2230 | Russel 2231 | Russell 2232 | Rustie 2233 | Rustin 2234 | Rusty 2235 | Rutger 2236 | Rutherford 2237 | Rutledge 2238 | Rutter 2239 | Ryan 2240 | Sal 2241 | Salem 2242 | Salim 2243 | Salman 2244 | Salmon 2245 | Salomo 2246 | Salomon 2247 | Salomone 2248 | Salvador 2249 | Salvatore 2250 | Salvidor 2251 | Sam 2252 | Sammie 2253 | Sammy 2254 | Sampson 2255 | Samson 2256 | Samuel 2257 | Samuele 2258 | Sancho 2259 | Sander 2260 | Sanders 2261 | Sanderson 2262 | Sandor 2263 | Sandro 2264 | Sandy 2265 | Sanford 2266 | Sanson 2267 | Sansone 2268 | Sarge 2269 | Sargent 2270 | Sascha 2271 | Sasha 2272 | Saul 2273 | Sauncho 2274 | Saunder 2275 | Saunders 2276 | Saunderson 2277 | Saundra 2278 | Saw 2279 | Sawyer 2280 | Sawyere 2281 | Sax 2282 | Saxe 2283 | Saxon 2284 | Say 2285 | Sayer 2286 | Sayers 2287 | Sayre 2288 | Sayres 2289 | Scarface 2290 | Schroeder 2291 | Schuyler 2292 | Scot 2293 | Scott 2294 | Scotti 2295 | Scottie 2296 | Scotty 2297 | Seamus 2298 | Sean 2299 | Sebastian 2300 | Sebastiano 2301 | Sebastien 2302 | See 2303 | Selby 2304 | Selig 2305 | Serge 2306 | Sergeant 2307 | Sergei 2308 | Sergent 2309 | Sergio 2310 | Seth 2311 | Seymour 2312 | Shadow 2313 | Shaine 2314 | Shalom 2315 | Shamus 2316 | Shanan 2317 | Shane 2318 | Shannan 2319 | Shannon 2320 | Shaughn 2321 | Shaun 2322 | Shaw 2323 | Shawn 2324 | Shay 2325 | Shayne 2326 | Shea 2327 | Sheff 2328 | Sheffie 2329 | Sheffield 2330 | Sheffy 2331 | Shelby 2332 | Shelden 2333 | Sheldon 2334 | Shell 2335 | Shelley 2336 | Shelton 2337 | Shem 2338 | Shep 2339 | Shepard 2340 | Shepherd 2341 | Sheppard 2342 | Shepperd 2343 | Sheridan 2344 | Sherlock 2345 | Sherlocke 2346 | Sherman 2347 | Sherwin 2348 | Sherwood 2349 | Sherwynd 2350 | Shimon 2351 | Shlomo 2352 | Sholom 2353 | Shorty 2354 | Shurlock 2355 | Shurlocke 2356 | Shurwood 2357 | Si 2358 | Sibyl 2359 | Sid 2360 | Siddhartha 2361 | Sidnee 2362 | Sidney 2363 | Siegfried 2364 | Siffre 2365 | Sig 2366 | Sigfrid 2367 | Sigfried 2368 | Sigmund 2369 | Silas 2370 | Silvain 2371 | Silvan 2372 | Silvano 2373 | Silvanus 2374 | Silvester 2375 | Silvio 2376 | Sim 2377 | Simeon 2378 | Simmonds 2379 | Simon 2380 | Simone 2381 | Sinclair 2382 | Sinclare 2383 | Sivert 2384 | Siward 2385 | Skell 2386 | Skelly 2387 | Skip 2388 | Skipp 2389 | Skipper 2390 | Skippie 2391 | Skippy 2392 | Skipton 2393 | Sky 2394 | Skye 2395 | Skylar 2396 | Skyler 2397 | Slade 2398 | Slim 2399 | Sloan 2400 | Sloane 2401 | Sly 2402 | Smith 2403 | Smitty 2404 | Socrates 2405 | Sol 2406 | Sollie 2407 | Solly 2408 | Solomon 2409 | Somerset 2410 | Son 2411 | Sonnie 2412 | Sonny 2413 | Sparky 2414 | Spence 2415 | Spencer 2416 | Spense 2417 | Spenser 2418 | Spike 2419 | Spiro 2420 | Spiros 2421 | Spud 2422 | Srinivas 2423 | Stacy 2424 | Staffard 2425 | Stafford 2426 | Staford 2427 | Stan 2428 | Standford 2429 | Stanfield 2430 | Stanford 2431 | Stanislaw 2432 | Stanleigh 2433 | Stanley 2434 | Stanly 2435 | Stanton 2436 | Stanwood 2437 | Stavros 2438 | Stearn 2439 | Stearne 2440 | Stefan 2441 | Stefano 2442 | Steffen 2443 | Stephan 2444 | Stephanus 2445 | Stephen 2446 | Sterling 2447 | Stern 2448 | Sterne 2449 | Steve 2450 | Steven 2451 | Stevie 2452 | Stevy 2453 | Stew 2454 | Steward 2455 | Stewart 2456 | Stig 2457 | Stillman 2458 | Stillmann 2459 | Sting 2460 | Stinky 2461 | Stirling 2462 | Stu 2463 | Stuart 2464 | Sturgis 2465 | Sullivan 2466 | Sully 2467 | Sumner 2468 | Sunny 2469 | Sutherland 2470 | Sutton 2471 | Sven 2472 | Swen 2473 | Syd 2474 | Sydney 2475 | Sylvan 2476 | Sylvester 2477 | Tab 2478 | Tabb 2479 | Tabbie 2480 | Tabby 2481 | Taber 2482 | Tabor 2483 | Tad 2484 | Tadd 2485 | Taddeo 2486 | Taddeus 2487 | Tadeas 2488 | Tailor 2489 | Tait 2490 | Taite 2491 | Talbert 2492 | Talbot 2493 | Tallie 2494 | Tally 2495 | Tam 2496 | Tamas 2497 | Tammie 2498 | Tammy 2499 | Tan 2500 | Tann 2501 | Tanner 2502 | Tanney 2503 | Tannie 2504 | Tanny 2505 | Tarrance 2506 | Tarrant 2507 | Tarzan 2508 | Tate 2509 | Taylor 2510 | Teador 2511 | Ted 2512 | Tedd 2513 | Teddie 2514 | Teddy 2515 | Tedie 2516 | Tedman 2517 | Tedmund 2518 | Tedrick 2519 | Temp 2520 | Temple 2521 | Templeton 2522 | Teodoor 2523 | Teodor 2524 | Teodorico 2525 | Teodoro 2526 | Terence 2527 | Terencio 2528 | Terrance 2529 | Terrel 2530 | Terrell 2531 | Terrence 2532 | Terri 2533 | Terrill 2534 | Terry 2535 | Thacher 2536 | Thad 2537 | Thaddeus 2538 | Thaddius 2539 | Thaddus 2540 | Thadeus 2541 | Thain 2542 | Thaine 2543 | Thane 2544 | Tharen 2545 | Thatch 2546 | Thatcher 2547 | Thaxter 2548 | Thayne 2549 | Thebault 2550 | Thedric 2551 | Thedrick 2552 | Theo 2553 | Theobald 2554 | Theodor 2555 | Theodore 2556 | Theodoric 2557 | Theophyllus 2558 | Thibaud 2559 | Thibaut 2560 | Thom 2561 | Thomas 2562 | Thor 2563 | Thorn 2564 | Thorndike 2565 | Thornie 2566 | Thornton 2567 | Thorny 2568 | Thorpe 2569 | Thorstein 2570 | Thorsten 2571 | Thorvald 2572 | Thurstan 2573 | Thurston 2574 | Tibold 2575 | Tiebold 2576 | Tiebout 2577 | Tiler 2578 | Tim 2579 | Timmie 2580 | Timmy 2581 | Timothee 2582 | Timotheus 2583 | Timothy 2584 | Tirrell 2585 | Tito 2586 | Titos 2587 | Titus 2588 | Tobe 2589 | Tobiah 2590 | Tobias 2591 | Tobie 2592 | Tobin 2593 | Tobit 2594 | Toby 2595 | Tod 2596 | Todd 2597 | Toddie 2598 | Toddy 2599 | Tom 2600 | Tomas 2601 | Tome 2602 | Tomkin 2603 | Tomlin 2604 | Tommie 2605 | Tommy 2606 | Tonnie 2607 | Tony 2608 | Tore 2609 | Torey 2610 | Torin 2611 | Torr 2612 | Torrance 2613 | Torre 2614 | Torrence 2615 | Torrey 2616 | Torrin 2617 | Torry 2618 | Town 2619 | Towney 2620 | Townie 2621 | Townsend 2622 | Towny 2623 | Trace 2624 | Tracey 2625 | Tracie 2626 | Tracy 2627 | Traver 2628 | Travers 2629 | Travis 2630 | Tray 2631 | Tre 2632 | Tremain 2633 | Tremaine 2634 | Tremayne 2635 | Trent 2636 | Trenton 2637 | Trev 2638 | Trevar 2639 | Trever 2640 | Trevor 2641 | Trey 2642 | Trip 2643 | Tristan 2644 | Troy 2645 | Truman 2646 | Tuck 2647 | Tucker 2648 | Tuckie 2649 | Tucky 2650 | Tudor 2651 | Tull 2652 | Tulley 2653 | Tully 2654 | Turner 2655 | Ty 2656 | Tybalt 2657 | Tye 2658 | Tyler 2659 | Tymon 2660 | Tymothy 2661 | Tynan 2662 | Tyrone 2663 | Tyrus 2664 | Tyson 2665 | Udale 2666 | Udall 2667 | Udell 2668 | Ugo 2669 | Ulberto 2670 | Uli 2671 | Ulick 2672 | Ulises 2673 | Ulric 2674 | Ulrich 2675 | Ulrick 2676 | Ulysses 2677 | Umberto 2678 | Upton 2679 | Urbain 2680 | Urban 2681 | Urbano 2682 | Urbanus 2683 | Uri 2684 | Uriah 2685 | Uriel 2686 | Urson 2687 | Vachel 2688 | Vaclav 2689 | Vail 2690 | Val 2691 | Valdemar 2692 | Vale 2693 | Valentin 2694 | Valentine 2695 | Van 2696 | Vance 2697 | Vasili 2698 | Vasilis 2699 | Vasily 2700 | Vassili 2701 | Vassily 2702 | Vaughan 2703 | Vaughn 2704 | Venkat 2705 | Verge 2706 | Vergil 2707 | Vern 2708 | Verne 2709 | Vernen 2710 | Verney 2711 | Vernon 2712 | Vernor 2713 | Vic 2714 | Vick 2715 | Victor 2716 | Vijay 2717 | Vilhelm 2718 | Vin 2719 | Vince 2720 | Vincent 2721 | Vincents 2722 | Vinnie 2723 | Vinny 2724 | Vinod 2725 | Virge 2726 | Virgie 2727 | Virgil 2728 | Virgilio 2729 | Vite 2730 | Vito 2731 | Vlad 2732 | Vladamir 2733 | Vladimir 2734 | Voltaire 2735 | Von 2736 | Wade 2737 | Wadsworth 2738 | Wain 2739 | Waine 2740 | Wainwright 2741 | Wait 2742 | Waite 2743 | Waiter 2744 | Wake 2745 | Wakefield 2746 | Wald 2747 | Waldemar 2748 | Walden 2749 | Waldo 2750 | Waldon 2751 | Waleed 2752 | Walker 2753 | Wallace 2754 | Wallache 2755 | Wallas 2756 | Wallie 2757 | Wallis 2758 | Wally 2759 | Walsh 2760 | Walt 2761 | Walter 2762 | Walther 2763 | Walton 2764 | Wang 2765 | Ward 2766 | Warde 2767 | Warden 2768 | Ware 2769 | Waring 2770 | Warner 2771 | Warren 2772 | Wash 2773 | Washington 2774 | Wat 2775 | Waverley 2776 | Waverly 2777 | Way 2778 | Waylan 2779 | Wayland 2780 | Waylen 2781 | Waylin 2782 | Waylon 2783 | Wayne 2784 | Web 2785 | Webb 2786 | Weber 2787 | Webster 2788 | Weidar 2789 | Weider 2790 | Welbie 2791 | Welby 2792 | Welch 2793 | Wells 2794 | Welsh 2795 | Wendall 2796 | Wendel 2797 | Wendell 2798 | Werner 2799 | Wes 2800 | Wesley 2801 | Weslie 2802 | West 2803 | Westbrook 2804 | Westbrooke 2805 | Westleigh 2806 | Westley 2807 | Weston 2808 | Weylin 2809 | Wheeler 2810 | Whit 2811 | Whitaker 2812 | Whitby 2813 | Whitman 2814 | Whitney 2815 | Whittaker 2816 | Wiatt 2817 | Wilber 2818 | Wilbert 2819 | Wilbur 2820 | Wilburn 2821 | Wilburt 2822 | Wilden 2823 | Wildon 2824 | Wilek 2825 | Wiley 2826 | Wilfred 2827 | Wilfrid 2828 | Wilhelm 2829 | Will 2830 | Willard 2831 | Willdon 2832 | Willem 2833 | Willey 2834 | Willi 2835 | William 2836 | Willie 2837 | Willis 2838 | Willmott 2839 | Willy 2840 | Wilmar 2841 | Wilmer 2842 | Wilson 2843 | Wilt 2844 | Wilton 2845 | Win 2846 | Windham 2847 | Winfield 2848 | Winford 2849 | Winfred 2850 | Winifield 2851 | Winn 2852 | Winnie 2853 | Winny 2854 | Winslow 2855 | Winston 2856 | Winthrop 2857 | Winton 2858 | Wit 2859 | Witold 2860 | Wittie 2861 | Witty 2862 | Wojciech 2863 | Wolf 2864 | Wolfgang 2865 | Wolfie 2866 | Wolfram 2867 | Wolfy 2868 | Woochang 2869 | Wood 2870 | Woodie 2871 | Woodman 2872 | Woodrow 2873 | Woody 2874 | Worden 2875 | Worth 2876 | Worthington 2877 | Worthy 2878 | Wright 2879 | Wyatan 2880 | Wyatt 2881 | Wye 2882 | Wylie 2883 | Wyn 2884 | Wyndham 2885 | Wynn 2886 | Wynton 2887 | Xavier 2888 | Xenos 2889 | Xerxes 2890 | Xever 2891 | Ximenes 2892 | Ximenez 2893 | Xymenes 2894 | Yaakov 2895 | Yacov 2896 | Yale 2897 | Yanaton 2898 | Yance 2899 | Yancey 2900 | Yancy 2901 | Yank 2902 | Yankee 2903 | Yard 2904 | Yardley 2905 | Yehudi 2906 | Yigal 2907 | Yule 2908 | Yuri 2909 | Yves 2910 | Zach 2911 | Zacharia 2912 | Zachariah 2913 | Zacharias 2914 | Zacharie 2915 | Zachary 2916 | Zacherie 2917 | Zachery 2918 | Zack 2919 | Zackariah 2920 | Zak 2921 | Zalman 2922 | Zane 2923 | Zared 2924 | Zary 2925 | Zeb 2926 | Zebadiah 2927 | Zebedee 2928 | Zebulen 2929 | Zebulon 2930 | Zechariah 2931 | Zed 2932 | Zedekiah 2933 | Zeke 2934 | Zelig 2935 | Zerk 2936 | Zeus 2937 | Zippy 2938 | Zollie 2939 | Zolly 2940 | Zorro 2941 | Rahul 2942 | Shumeet 2943 | Vibhu -------------------------------------------------------------------------------- /summary.txt: -------------------------------------------------------------------------------- 1 | The best things come from living outside of your comfort zone 2 | Here’s my story for the history books 3 | I’m a cupcake in search for her stud muffin 4 | In a world where you can be anyone, be yourself 5 | Success is in my veins 6 | Scratch here ▒▒▒▒▒▒▒▒▒▒ to unveil my secret bio. 7 | No, this isn’t a dream. This is my reality. 8 | What should I put here? 9 | Welcome to my world 10 | Dreams 👉 Goals 11 | If “love is in the air,” why is the air so polluted? 12 | It took me __ years to look like this 13 | Currently saying yes to new adventures 14 | I’m hurt but I still smile. That’s my life. 15 | Midnight snacker 🌝 16 | Everyone else was taken so this is me 17 | Recovering cake addict 🎂 18 | I make money in my sleep 🛌 19 | People call me Sara but you can call me tonight 😉 20 | Welcome to my 👑dom 21 | 👇 Check out my latest blog post 👇 22 | Traveller ✈️ Book Lover 📖 Obsessed with tacos 🌮 23 | We love all animals 🐶 and donate a percentage of sales to marine life 🐠 24 | Cancer survivor 🎗️ 25 | Personal Trainer 💪 Dancer 💃 Meditator 🧘 26 | Currently hanging out in 🇵🇹 27 | ❤️ Lover not a fighter spreading ✌️all over the 🌎 28 | Entrepreneur ➕ Globetrotter ➕ Motivational Speaker 29 | A bird in the hand is worth two in the bush 30 | A bunch of fives 31 | A chain is only as strong as its weakest link 32 | A change is as good as a rest 33 | A countenance more in sorrow than in anger 34 | A Daniel come to judgement 35 | A diamond in the rough 36 | A diamond is forever 37 | A different kettle of fish 38 | A dish fit for the gods 39 | A dog is a man's best friend 40 | A drop in the bucket 41 | A drop in the ocean 42 | A fate worse than death 43 | A feather in one's cap 44 | A fish rots from the head down 45 | A fish out of water 46 | A fly in the ointment 47 | A fool and his money are soon parted 48 | A fool's paradise 49 | A foot in the door 50 | A foregone conclusion 51 | A friend in need is a friend indeed 52 | A golden key can open any door 53 | A good man is hard to find 54 | A hard man is good to find 55 | A hiding to nothing - On 56 | A horse, a horse, my kingdom for a horse 57 | A house divided against itself cannot stand 58 | A journey of a thousand miles begins with a single step 59 | A knight in shining armour 60 | À la carte 61 | À la mode 62 | A legend in one's own lifetime 63 | A leopard cannot change its spots 64 | A little bird told me 65 | A little knowledge is a dangerous thing 66 | A little of what you fancy does you good 67 | A load of cobblers 68 | A load of codswallop 69 | A man after my own heart 70 | A man who is his own lawyer has a fool for a client 71 | A millstone around one's neck 72 | A ministering angel shall my sister be 73 | A miss is as good as a mile 74 | A nation of shopkeepers 75 | A nest of vipers 76 | A no-brainer 77 | A nod is as good as a wink 78 | A norange 79 | A penny for your thoughts 80 | A picture is worth a thousand words 81 | A piece of the action 82 | A pig in a poke 83 | A place for everything and everything in its place 84 | A plague on both your houses 85 | A priori 86 | A red rag to a bull 87 | A riddle wrapped up in an enigma 88 | A rolling stone gathers no moss 89 | A rose by any other name would smell as sweet 90 | A rose is a rose is a rose 91 | A safe pair of hands 92 | A sea change 93 | A skeleton in the closet 94 | A sledgehammer to crack a nut 95 | A shot in the arm 96 | A sight for sore eyes 97 | A sorry sight 98 | A stitch in time saves nine 99 | A stone's throw 100 | A thing of beauty is a joy forever 101 | A tinker's damn 102 | A turn up for the books 103 | A watched pot never boils 104 | A wolf in sheep's clothing 105 | A woman needs a man like a fish needs a bicycle 106 | A woman's place is in the home 107 | A word in edgeways 108 | A word in your shell-like 109 | A young man's fancy 110 | A1 at Lloyds 111 | Abandon all hope ye who enter here 112 | Abide with me 113 | About face 114 | About turn 115 | Above board 116 | Above my pay grade 117 | Abracadabra 118 | Absence makes the heart grow fonder 119 | Absent-minded professor 120 | Absent without leave 121 | Absolute power corrupts absolutely 122 | Accident of birth 123 | Accidentally on purpose 124 | Accidents will happen 125 | According to Hoyle 126 | Ace in the hole 127 | Achilles' heel 128 | Acid test 129 | Acronyms 130 | Across the board 131 | Across the pond 132 | Act of God 133 | Act the giddy goat 134 | Action man 135 | Actions speak louder than words 136 | Adam's ale 137 | Adversity makes strange bedfellows 138 | After the fact 139 | Aga saga 140 | Against the clock 141 | Against the grain 142 | Age before beauty 143 | Age cannot wither her, nor custom stale her infinite variety 144 | Agree to disagree 145 | Aid and abet 146 | Aide-mémoire 147 | Air kiss 148 | Air quotes 149 | Al fresco 150 | Alas, poor Yorick! I knew him, Horatio 151 | Alike as two peas in a pod 152 | Alive and kicking 153 | All agog 154 | All at sea 155 | All fingers and thumbs 156 | All Greek to me 157 | All in all 158 | All intents and purposes 159 | All mouth and no trousers 160 | All of a sudden 161 | All present and correct 162 | All publicity is good publicity 163 | All singing, all dancing 164 | All systems go 165 | All that glitters is not gold / All that glisters is not gold 166 | All the tea in China - Not for 167 | All things come to those who wait 168 | All things must pass 169 | All you can eat 170 | All's fair in love and war 171 | All work and no play makes Jack a dull boy 172 | Alter ego 173 | Amber nectar 174 | An accident waiting to happen 175 | An albatross around one's neck 176 | An apple a day keeps the doctor away 177 | An arm and a leg 178 | An axe to grind 179 | An Englishman's home is his castle 180 | An eye for an eye, a tooth for a tooth 181 | An ill wind 182 | An offer he can't refuse 183 | An Oxford scholar 184 | Anchors aweigh 185 | Angry young man 186 | Ankle biter 187 | Annus horribilis 188 | Another day, another dollar 189 | Another think coming 190 | Apple of my eye - The 191 | Apple pie order 192 | April fool 193 | Arm candy - see ear candy 194 | Arms akimbo 195 | Ars longa, vita brevis 196 | Arty-farty 197 | Asap - As soon as possible 198 | As X as Y 199 | As alike as two peas in a pod 200 | As bald as a coot 201 | As black as Newgate's knocker 202 | As bold as brass 203 | As brown as a berry 204 | As busy as a bee 205 | As busy as a one-armed paperhanger 206 | As cold as any stone 207 | As cool as a cucumber 208 | As cute as a bug's ear 209 | As daft as a brush 210 | As dead as a dodo 211 | As dead as a doornail 212 | As different as chalk and cheese 213 | As easy as pie 214 | As easy as taking candy from a baby 215 | As fast as greased lightning 216 | As fine as frog's hair 217 | As fit as a butcher's dog 218 | As fit as a fiddle 219 | As good as gold 220 | As good luck would have it 221 | As happy as... 222 | As happy as a clam 223 | As happy as a sandboy 224 | As happy as Larry 225 | As high as a kite 226 | As keen as mustard 227 | As mad as a hatter 228 | As mad as a March hare 229 | As merry as the day is long 230 | As nice as ninepence 231 | As old as Methuselah 232 | As old as the hills 233 | As pleased as Punch 234 | As pure as the driven snow 235 | As queer as a nine bob note 236 | As safe as houses 237 | As sick as a parrot 238 | As snug as a bug in a rug 239 | As straight as a die 240 | As the crow flies 241 | As thick as thieves 242 | As thick as two short planks 243 | As white as snow 244 | Ashes to ashes dust to dust 245 | Ask a silly question and you'll get a silly answer 246 | (Ask not) for whom the bell tolls 247 | (H)asta la vista, baby 248 | At loggerheads 249 | At one fell swoop 250 | At one's beck and call 251 | At one's wit's end 252 | At sixes and sevens 253 | Attack is the best form of defence 254 | Augur well 255 | Auld lang syne 256 | Away with the fairies 257 | Baby blues 258 | Baby boomer 259 | Baby father 260 | Back of beyond - The 261 | Back-seat driver 262 | Back the field 263 | Back to basics 264 | Back to square one 265 | Back to the drawing board 266 | Backroom boy 267 | Backward in coming forward 268 | Bacon - Bring home the 269 | Bad books 270 | Bad egg 271 | Bad hair day 272 | Bad money drives out good 273 | Badger to death 274 | Bag and baggage 275 | Baker's dozen 276 | Balance of power - The 277 | Balance of trade - The 278 | Bald as a coot 279 | Bale out/bail out 280 | Ball and chain 281 | Balling the jack 282 | Ballpark figure 283 | Bandy words 284 | Bane of your life 285 | Bang on about 286 | Baptism of fire 287 | Barge-pole - Wouldn't touch with a 288 | Barking mad 289 | Barking up the wrong tree 290 | Barrel of laughs 291 | Basket case 292 | Bated breath 293 | Bats in the belfry 294 | Batten down the hatches 295 | Battle royal 296 | Be afraid, be very afraid 297 | Be enthralled 298 | Be still, my beating heart 299 | Beam ends - On your 300 | Bean counter 301 | Beast with two backs 302 | Beat a hasty retreat 303 | Beat around the bush 304 | Beat swords into ploughshares 305 | Beat the living daylights out of someone 306 | Beauty is in the eye of the beholder 307 | Beauty is only skin deep 308 | Beck and call 309 | Bed of roses 310 | Bee in your bonnet 311 | Beef and reef 312 | Beelzebub has a devil for a sideboard 313 | Been there, done that 314 | Beer and skittles 315 | Beer goggles 316 | Bee-line - make a bee-line for 317 | Bee's knees - The 318 | Beetle-browed 319 | Before the fact 320 | Before you can say Jack Robinson 321 | Beg the question 322 | Beggar belief 323 | Beggars can't be choosers 324 | Behind every great man there's a great woman 325 | Behind the eight ball 326 | Bell, book and candle 327 | Bell the cat 328 | Belle of the ball 329 | Below the belt 330 | Below the salt 331 | Bells and whistles 332 | Belt and braces 333 | Belt up 334 | Best bib and tucker 335 | Best laid schemes of mice and men - The 336 | Bet your bottom dollar 337 | Better half 338 | Better late than never 339 | Better to have loved and lost than never to have loved at all 340 | Between a rock and a hard place 341 | Between the Devil and the deep blue sea 342 | Between two stools 343 | Between you, me and the bed-post 344 | Beware of Greeks bearing gifts 345 | Beware the Ides of March 346 | Beyond a shadow of a doubt 347 | Beyond belief 348 | Beyond our ken 349 | Beyond the pale 350 | Biblical phrases 351 | Big Apple - The 352 | Big cheese - The 353 | Big Easy - The 354 | Big fish in a small pond - A 355 | Big fleas have little fleas upon their back to bite 'em 356 | Big wig 357 | (A) bigger bang for your buck 358 | Bill Stickers is innocent 359 | Billy-o - Like 360 | Billy no mates 361 | Binge drinking 362 | Bird in the hand is worth two in the bush - A 363 | Birds and the bees - The 364 | Birds of a feather flock together 365 | Bite the bullet 366 | Bite the dust 367 | Bitter end - The 368 | Black as Newgate's knocker 369 | Black-on-black 370 | Black sheep of the family 371 | Blast from the past - A 372 | Blaze a trail 373 | Bless you! (after a sneeze) 374 | Blind leading the blind - The 375 | Blind-man's buff 376 | Bling-bling 377 | Blonde bombshell 378 | Blood and thunder 379 | Blood is thicker than water 380 | Blood toil tears and sweat 381 | Blood, sweat and tears 382 | Bloody-minded 383 | Blot on the landscape 384 | Blow a raspberry - see raspberry tart 385 | Blow the gaff 386 | Blow your mind 387 | Blow your own trumpet 388 | Blown to smithereens 389 | Blue blood 390 | Blue moon (Once in a) 391 | Blue-plate special 392 | Bob's your uncle 393 | Bode well 394 | Bodice ripper 395 | Body - phrases related to the human body 396 | Body surfing 397 | Bog standard 398 | Bold as brass 399 | Bolt from the blue 400 | Bone dry 401 | Bone idle 402 | Bone up on 403 | Booby prize 404 | Booby trap 405 | Boogie-woogie 406 | (Too big for your) boots 407 | Booze cruise 408 | Born again 409 | Born with a silver spoon in one's mouth 410 | Born within the sound of Bow Bells 411 | Boss eyed 412 | Bottle out 413 | Bottom drawer 414 | Bottom-up 415 | Bought the farm 416 | Bowled a maiden over 417 | Box and Cox 418 | Box-seat - in the 419 | Boxing Day 420 | Boys will be boys 421 | Brand spanking new 422 | Brass monkey weather 423 | Brass tacks - get down to 424 | Bread always falls buttered side down 425 | Bread of life - The 426 | Break a leg 427 | Break the ice 428 | Bricks and clicks 429 | Bring home the bacon 430 | Broad in the beam 431 | Broke - if it ain't, don't fix it 432 | Brook no truck with 433 | Bronx cheer 434 | Brown as a berry 435 | Browned off 436 | Brownie points 437 | Brummagem screwdriver 438 | Brush - As daft as a 439 | Bubble and squeak 440 | Buck stops here - The 441 | Bucket list 442 | Buckle down 443 | Build a better mousetrap and the world will beat a path to your door 444 | Bugger Bognor! 445 | Buggins' turn 446 | Bullet - Bit the, Bite the 447 | Bums on seats 448 | Bun in the oven 449 | Bunch of fives - A 450 | Bunny boiler 451 | Burn the candle at both ends 452 | Burning the midnight oil 453 | Bury the hatchet 454 | Bury your head in the sand 455 | Busy as a bee 456 | Butt end of the stick - The 457 | Butter no parsnips - Fine words 458 | Butter side down 459 | Butter wouldn't melt in his mouth 460 | Butterfingers 461 | By and large 462 | By dint of 463 | By gum 464 | By hook or by crook 465 | By the board 466 | By the book 467 | By the short hairs 468 | By the skin of your teeth 469 | By your leave 470 | Bygones be bygones - Let 471 | Caesar Salad 472 | Call a spade a spade 473 | Call of the wild - The 474 | Camera cannot lie - The 475 | Canting Crew - phrases published in 476 | Can't be overestimated/can't be underestimated 477 | Can't hold a candle to 478 | Canteen culture 479 | Canterbury pace 480 | Captain Francis Grose - phrases first recorded by. 481 | Carbon-copy 482 | Carbon footprint 483 | Card-sharp 484 | Carey Street - On 485 | Carpe diem 486 | Carry coals to Newcastle 487 | Cart before the horse - Put the 488 | Carte blanche 489 | Cash on the nail 490 | (Ne'er) cast a clout till May be out 491 | Cast the first stone 492 | Cat burglar 493 | Cat got your tongue? 494 | Cat may look at a king - A 495 | Cat out of the bag - Let the 496 | Catbird seat - In the 497 | Catch a crab 498 | Catch 22 499 | Cat's Cradle 500 | Cat's pajamas - The 501 | Caught in a cleft stick 502 | Caught by the short hairs 503 | Caught red-handed 504 | Chain is only as strong as its weakest link - A 505 | Chaise lounge 506 | Chalk and cheese 507 | Champ at the bit 508 | Chance would be a fine thing 509 | Channel surfing 510 | Charity begins at home 511 | Charley horse 512 | Charm offensive 513 | Charmed life 514 | Cheap at half the price 515 | Cheek by jowl 516 | Cherchez la femme 517 | Chew the cud 518 | Chick flick 519 | Chickens come home to roost 520 | Children should be seen and not heard 521 | Chinese whispers 522 | Chinless wonder 523 | Chip off the old block 524 | Chip on your shoulder 525 | Chit-chat 526 | Chock-a-block 527 | Chop and change 528 | Chop-chop 529 | Chow down 530 | Christmas box - A 531 | Christmas card verses 532 | Clean breast - make a 533 | Cleanliness is next to godliness 534 | Clear blue water 535 | Cleft stick - In a 536 | Cliff-hanger 537 | Climb on the bandwagon 538 | Cloak and dagger 539 | Clod-hopper 540 | Clog up 541 | Close, but no cigar 542 | Close quarters 543 | Close your eyes and think of England 544 | Cloud cuckoo land 545 | Cloud nine 546 | Club sandwich 547 | Clue - don't have a 548 | Clutch at straws 549 | Coals to Newcastle - Carry 550 | Coat of many colours 551 | Cobblers - A load of 552 | Cock-a-hoop 553 | Cock-sure 554 | Cock a snook 555 | Cock and bull story 556 | Cock-up 557 | Cockney rhyming slang 558 | Codswallop - a load of 559 | Cogito ergo sum 560 | Coin a phrase 561 | Cold as any stone 562 | Cold comfort 563 | Cold enough to freeze the balls off a brass monkey 564 | Cold feet 565 | Cold shoulder 566 | Cold turkey 567 | Colder than a witch's tit 568 | Collywobbles - The 569 | Colour up 570 | Come a cropper 571 | Come clean 572 | Come on down 573 | Come up trumps 574 | Come what come may 575 | Comes to the crunch - (When it) 576 | (Coming in) on a wing and a prayer 577 | Common sense 578 | Comparisons are odious 579 | Compassion fatigue 580 | Complete shambles 581 | Concrete overcoat 582 | Cook the books 583 | Cookie cutter 584 | Cool as a cucumber 585 | Cool Britannia 586 | Cop an attitude 587 | Copper-bottomed 588 | Cor blimey 589 | Cordon bleu 590 | Cost an arm and a leg 591 | Cotton on to 592 | Cotton-picking 593 | Count your chickens before they are hatched 594 | Countenance more in sorrow than in anger - A 595 | Counting sheep 596 | Country bumpkin 597 | Course of true love never did run smooth - The 598 | Crack of doom - The 599 | Crackpot 600 | Crapper - The 601 | Crocodile tears 602 | Crop up 603 | Crown jewels 604 | Cry havoc and let slip the dogs of war 605 | Curate's egg 606 | Curiosity killed the cat 607 | Curry favour 608 | Customer is always right - The 609 | Cut and run 610 | Cut of your jib - The 611 | Cut off without a penny 612 | Cut off your nose to spite your face 613 | Cut the mustard 614 | Cut to the chase 615 | Cute as a bug's ear 616 | Daft as a brush 617 | Damp squib 618 | Dance attendance on 619 | Daniel come to judgement 620 | Darby and Joan 621 | Dark horse 622 | Darkest hour - The 623 | Darkest hour is just before the dawn - The 624 | Dark side - The 625 | Darling buds of May 626 | Dash to pieces 627 | Date rape 628 | Davy Jones' locker 629 | Daylight robbery 630 | Dead as a dodo 631 | Dead as a doornail 632 | Dead cat bounce 633 | Dead in the water 634 | Dead ringer 635 | Delusions of grandeur 636 | Derring-do 637 | Designer stubble 638 | Deus ex machina 639 | Devil and the deep blue sea 640 | Devil Incarnate - The 641 | Devil take the hindmost - The 642 | Devil to pay - The 643 | Devil's advocate 644 | Diamond in the rough 645 | Diamond is forever - A 646 | Dicky-bird - Not a 647 | Die-hard 648 | Die has been cast - The 649 | (As) different as chalk and cheese 650 | Different kettle of fish 651 | Differently abled 652 | Dirt bag 653 | Dish fit for the gods - A 654 | Do unto others as you would have them do to you 655 | Dock your pay 656 | Doesn't know shit from Shinola 657 | Doff your hat 658 | Dog days 659 | Dog in the manger 660 | (A) Dog is a man's best friend 661 | Dog's bollocks 662 | Dog's breakfast 663 | Dog's dinner 664 | Doldrums - in the 665 | Dollars to doughnuts 666 | Done a runner 667 | Done to a turn 668 | Donkey's years 669 | Don't call us, we'll call you 670 | Don't cast your pearls before swine 671 | Don't change horses in midstream 672 | Don't count your chickens before they are hatched 673 | Don't die like I did 674 | Don't get mad, get even 675 | Don't go there 676 | Don't have a clue 677 | Don't keep a dog and bark yourself 678 | Don't know shit from Shinola 679 | Don't let the bastards grind you down 680 | Don't let the cat out of the bag 681 | Don't let the grass grow under your feet 682 | Don't look a gift horse in the mouth 683 | Don't shut the stable door after the horse has bolted 684 | Don't throw good money after bad 685 | Don't throw the baby out with the bathwater 686 | Don't try to teach your Grandma to suck eggs 687 | Don't wash your dirty linen in public 688 | Doom and gloom 689 | Double cross 690 | Double, double toil and trouble, fire burn, and cauldron bubble 691 | Double Dutch 692 | Double entendre 693 | Double standard 694 | Double whammy 695 | Down at heel 696 | Down in the dumps 697 | Down to the wire 698 | Down the pan 699 | Down the tubes 700 | Drag race 701 | Dragged through a hedge backwards 702 | Draw a blank 703 | Draw your horns in 704 | Dreams of empire 705 | Dressed to the nines 706 | Drink like a fish 707 | Driving while black 708 | Drop-dead gorgeous 709 | Drop in the bucket - A 710 | Dropping like flies 711 | Drummed out of the army 712 | Ducks and drakes 713 | Dumb blonde 714 | Dust up 715 | Dutch - My old 716 | Dutch courage 717 | Duvet day 718 | Ear candy 719 | Early bird catches the worm - The 720 | Early to bed and early to rise makes a man healthy, wealthy and wise 721 | Ear-mark 722 | East, west, home's best 723 | Easy as pie 724 | Eat drink and be merry 725 | Eat humble pie 726 | Eat my hat 727 | Eaten out of house and home 728 | Economical with the truth 729 | Eeny, meeny, miny, mo 730 | Egg on 731 | Eighty six 732 | Elbow-grease 733 | Elementary my dear Watson 734 | Elephant in the room 735 | Elvis has left the building 736 | Emperor's new clothes 737 | End of story 738 | Ends of the earth - The 739 | Enough is as good as a feast 740 | Enough is enough 741 | Englishman's home is his castle 742 | Eponymous Phrases 743 | Et tu, Brute 744 | Ethnic cleansing 745 | Euphemisms 746 | Even at the turning of the tide 747 | Every cloud has a silver lining 748 | Everybody out 749 | Exceedingly well read 750 | Exception that proves the rule - The 751 | Excuse me while I kiss this guy 752 | Excuse my French 753 | Extraordinary rendition 754 | Eye candy - see ear candy 755 | (An) eye for an eye, a tooth for a tooth 756 | Eye of newt and toe of frog, wool of bat and tongue of dog 757 | Face that launched a thousand ships - The 758 | Face the music 759 | Faff about 760 | Fag end 761 | Failing to plan is planning to fail 762 | Faint-hearted 763 | Fair and square 764 | Fair dinkum 765 | Fair exchange is no robbery 766 | Fair play 767 | Fair to middling 768 | Fairy-tale ending 769 | Fait accompli 770 | Faith will move mountains 771 | Fall from grace 772 | Fall guy 773 | Fall off the back of a lorry 774 | Fall on your sword 775 | Famous for fifteen minutes 776 | Famous last words (dying statements of famous people - a list) 777 | Famous last words (the ironic phrase) 778 | Fancy free 779 | Fancy pants 780 | Fanny Adams - Sweet 781 | Far be it from me 782 | Far from the madding crowd 783 | Farmers 784 | Fashion victim 785 | The word fast, and phrases that derive from it. 786 | Fast and loose 787 | Fast asleep 788 | Fathom out 789 | (The) fat of the land 790 | Fate worse than death - A 791 | Feather in one's cap - A 792 | Fed up 793 | Feeding frenzy 794 | (It) fell off the back of a truck 795 | Fell swoop - At one 796 | Fellow traveller 797 | Female of the species is more deadly then the male - The 798 | Fend for yourself 799 | Fend off 800 | Fiddlesticks 801 | Fiddling while Rome burns 802 | Fie, foh, fum, I smell the blood of an Englishman 803 | Field day 804 | Fifteen minutes of fame 805 | Fifth column 806 | Fight fire with fire 807 | Fight the good fight 808 | Filthy rich 809 | Finagle's Law 810 | Fine as frog's hair 811 | Fine words butter no parsnips 812 | Finger lickin good 813 | Fingers and thumbs 814 | First dibs 815 | First water 816 | First World 817 | Fish rot from the head down 818 | Fish or cut bait 819 | Fish out of water - A 820 | Fit as a fiddle 821 | Fifth estate 822 | Fits and starts 823 | Fits to a tee 824 | Five o'clock shadow 825 | Fixer-upper 826 | Flash in the pan 827 | Flat out 828 | Flavor of the month 829 | Flesh and blood 830 | Flogging a dead horse 831 | Floozie in the jacuzzi - The 832 | Flotsam and jetsam 833 | Fly by night 834 | Fly by the seat of one's pants 835 | Fly in the ointment 836 | Fly off the handle 837 | Fly on the wall 838 | Foam at the mouth 839 | Fobbed off 840 | Folk Etymology - The Nonsense Nine 841 | Fool and his money are soon parted - A 842 | Fools rush in where angels fear to tread 843 | Fool's errand 844 | Fool's gold 845 | Fool's paradise - A 846 | Foot in the door - A 847 | Foot of our stairs - The 848 | For all intents and purposes 849 | For crying out loud 850 | For ever and a day 851 | For every thing there is a season 852 | For good measure 853 | For keeps 854 | For the birds 855 | For whom the bell tolls 856 | Forbidden fruit 857 | Foregone conclusion 858 | Forewarned is forearmed 859 | Forgive them for they know not what they do 860 | Fork out 861 | Forlorn hope 862 | Foul play 863 | Four by two 864 | Four corners of the earth 865 | Frailty, thy name is woman 866 | Francis Grose - phrases first recorded by. 867 | Freeze the balls off a brass monkey - cold enough to 868 | Freezing temperatures 869 | French phrases 870 | Friday afternoon car 871 | Friend in need is a friend indeed - A 872 | Friends, Romans, Countrymen, lend me your ears 873 | Frog in the throat - A 874 | Frog's hair- as fine as 875 | From pillar to post 876 | From sea to shining sea 877 | From strength to strength 878 | Fruits of your loins 879 | Fuddy-duddy 880 | Full Monty - The 881 | Full of piss and vinegar 882 | Full tilt 883 | Full to the gunwales 884 | Funny farm 885 | Fuzzy wuzzy 886 | Gad zooks (or gadzooks) 887 | Game is afoot - The 888 | Game is up - The 889 | Game of two halves 890 | Gee whiz 891 | Generation X 892 | Genius is one percent inspiration and 99 percent perspiration 893 | Get a word in edgeways 894 | Get down to brass tacks 895 | Get medieval 896 | Get off on the wrong foot 897 | Get off your high horse 898 | Get on my wick 899 | Get one's dander up 900 | Get over it 901 | Get the pip 902 | Get the sack 903 | Get the upper hand 904 | Get thee behind me Satan 905 | Get underway 906 | Get used to it 907 | Get your dander up 908 | Get your goat 909 | Giddy aunt 910 | Giddy goat 911 | Gild the lily 912 | Gilt off the gingerbread 913 | Ginned up 914 | Ginger 915 | Ginger up 916 | Give a man a fish and you will feed him for a day 917 | Give a wide berth 918 | Give no quarter 919 | Give the Devil his due 920 | Give up the ghost 921 | Giving me gyp 922 | Glass ceiling 923 | Gloom and doom 924 | Go and boil your head 925 | Go berserk 926 | Go by the board 927 | Go by the book 928 | Go Dolally 929 | Go-faster 930 | Go for a burton 931 | Go haywire 932 | Go like the clappers 933 | Go off half-cocked 934 | Go out on a limb 935 | Go postal 936 | Go over like a lead balloon 937 | Go pound sand 938 | Go the whole hog 939 | Go to hell in a handbasket 940 | Go to pot 941 | Go to the dogs 942 | Go to the foot of our stairs 943 | Go to the mattresses 944 | God bless you! (after a sneeze) 945 | God is dead 946 | God rest ye merry, gentlemen 947 | God rot them 948 | Godfrey Daniel 949 | Going for a burton 950 | Golden key can open any door - A 951 | GOLF - Gentlemen only, ladies forbidden 952 | Gone for a burton 953 | Good as gold 954 | Good in parts 955 | Good man is hard to find - A 956 | Good measure - For 957 | Good men and true 958 | Good money after bad 959 | Good riddance 960 | Good Samaritan 961 | Good things come to those that wait 962 | Goodnight Vienna 963 | Goody, goody gumdrops 964 | Goody two-shoes 965 | Gordon Bennett 966 | Got my mojo working 967 | Grace of God - There but for ... 968 | (Take with a) grain of salt 969 | Grand slam 970 | Grandfather clock 971 | Granny dumping 972 | Grasp the nettle 973 | Grass up 974 | Graveyard shift 975 | Greased lightning 976 | Great balls of fire 977 | Great minds think alike 978 | Great unwashed - the 979 | Green eyed monster 980 | Gregory Peck 981 | Gridlock 982 | Grind to a halt 983 | Grinning like a Cheshire cat 984 | Grist to the mill 985 | Grose - Captain Francis - phrases first recorded by. 986 | Gry - Words ending in 987 | Guinea pig 988 | Gung ho 989 | Gussied-up 990 | Guts for garters 991 | Hair of the dog that bit you 992 | Hairy eyeball 993 | Halcyon days 994 | Half a loaf is better than no bread 995 | Half-cocked 996 | Half-hearted 997 | Half inch 998 | Hand over fist 999 | Handbags at ten paces 1000 | Handle with kid gloves 1001 | Hands down 1002 | Hanged, drawn and quartered 1003 | Hanky-panky 1004 | Happy as a clam 1005 | Happy as a sandboy 1006 | Happy as Larry 1007 | Happy clappy 1008 | Happy slapping 1009 | Happily ever after 1010 | Harbinger of doom 1011 | Hard and fast 1012 | Hard cases make bad law 1013 | Hard cheese 1014 | Hard hearted 1015 | Hard lines 1016 | Hard man is good to find - A 1017 | Hark, hark! the lark at heaven's gate sings 1018 | Harp on 1019 | Harvest moon 1020 | Has the cat got your tongue? 1021 | Hasta la vista, baby 1022 | Haste makes waste 1023 | Hat trick 1024 | Have a Captain Cook 1025 | Have a dekko 1026 | Have an axe to grind 1027 | Have an inkling 1028 | Have no truck with 1029 | Haven't got a clue 1030 | Have your guts for garters 1031 | Have your work cut out 1032 | He who can, does; he who cannot, teaches 1033 | He who laughs last laughs longest 1034 | He who sups with the devil should have a long spoon 1035 | He will give the Devil his due 1036 | Head over heels 1037 | Heads up 1038 | Heads will roll 1039 | Hear hear 1040 | Heard it through the grapevine 1041 | Heart's content 1042 | Heavens to Betsy 1043 | Heavens to Murgatroyd 1044 | Heavy metal 1045 | Heebie-jeebies - The 1046 | Hedge your bets 1047 | (Go to) Hell in a handbasket 1048 | Hell has no fury like a woman scorned 1049 | Hell or high water 1050 | Hell's bells 1051 | Hell's half acre 1052 | Helter-skelter 1053 | Hem and haw 1054 | Here lies one whose name is writ in water 1055 | Het up 1056 | Heywood, John - Proverbs collected by 1057 | Hiding to nothing - On a 1058 | Higgledy-piggledy 1059 | High and dry 1060 | High and mighty 1061 | High as a kite 1062 | High five 1063 | High-flyer 1064 | High horse - get off your 1065 | High jinks 1066 | High on the hog 1067 | High time 1068 | High, wide and handsome 1069 | Hissy fit 1070 | History is bunk 1071 | Hit for six 1072 | Hit the ground running 1073 | Hit the hay 1074 | Hit the nail on the head 1075 | Hither and yon 1076 | Hobson's choice 1077 | Hobby-horse 1078 | Hocus pocus 1079 | Hoi polloi 1080 | Hoist with your own petard 1081 | Hoity-toity 1082 | (Can't) hold a candle to 1083 | Hold your horses 1084 | Home is where the heart is 1085 | Homonyms 1086 | Honesty is the best policy 1087 | Honey catches more flies than vinegar 1088 | Hooray Henry 1089 | Horse and cart 1090 | Horse feathers 1091 | Horse-sense 1092 | Horse, a horse, my kingdom for a horse - A 1093 | Horse's mouth - straight from the 1094 | Hot-blooded 1095 | Hot off the press 1096 | Hot on the heels 1097 | House divided against itself cannot stand - A 1098 | Household words 1099 | Houston, we have a problem 1100 | How are the mighty fallen? 1101 | How do you do? 1102 | How now brown cow? 1103 | How sharper than a serpent's tooth it is to have a thankless child 1104 | Hugger-mugger 1105 | Hung, drawn and quartered 1106 | Hunky-dory 1107 | Hunt and peck 1108 | Hush puppies 1109 | I bear a charmed life 1110 | I have not slept one wink 1111 | I have nothing to declare but my genius 1112 | I have nothing to offer but blood toil tears and sweat 1113 | I haven't got a clue 1114 | I see you stand like greyhounds in the slips 1115 | I spy with my little eye 1116 | I told you is was ill 1117 | I will swing for you 1118 | I will wear my heart upon my sleeve 1119 | Identity theft 1120 | Idioms quiz 1121 | (Beware the) Ides of March 1122 | If I had my druthers 1123 | If it ain't broke, don't fix it 1124 | If music be the food of love, play on 1125 | If the cap fits 1126 | If the mountain will not come to Muhammad, then Muhammad must go to the mountain 1127 | If the shoe fits 1128 | If wishes were horses, beggars would ride 1129 | If you can't stand the heat, get out of the kitchen 1130 | If you think that, you have another think coming 1131 | Ill wind 1132 | I'll be there with bells on 1133 | I'll go to the foot of our stairs 1134 | I'll have your guts for garters 1135 | I'm stumped 1136 | Imitation is the sincerest form of flattery 1137 | In a cleft stick 1138 | In a pickle 1139 | In a pig's eye 1140 | In a quandary 1141 | In a nutshell 1142 | In a trice 1143 | In an interesting condition 1144 | In for a penny, in for a pound 1145 | In like Flynn 1146 | In limbo 1147 | In my minds eye 1148 | In someone's bad books 1149 | In spades 1150 | In stitches 1151 | In the bag 1152 | In the box-seat 1153 | In the buff 1154 | In the cart 1155 | In the catbird seat 1156 | In the club 1157 | In the doghouse 1158 | In the doldrums 1159 | In the limelight 1160 | In the nick of time 1161 | In the pink 1162 | In the red 1163 | In the same boat 1164 | In the sticks 1165 | In your face 1166 | Including, but not limited to 1167 | Indian giver 1168 | Indian summer 1169 | Infra dig 1170 | Innocent until proven guilty 1171 | Inside out 1172 | Iron hoof 1173 | Is the Pope Catholic? 1174 | Is the Pope Polish? 1175 | Is this a dagger which I see before me? 1176 | It ain't over till the fat lady sings 1177 | It came like a bolt from the blue 1178 | It is meat and drink to me 1179 | It never rains but it pours 1180 | It's all Greek to me 1181 | It's all grist to the mill 1182 | It's better to give than to receive 1183 | It's better to have loved and lost than never to have loved at all 1184 | It's better to light a candle than curse the darkness 1185 | It's not rocket science 1186 | It's that man again 1187 | Ivory tower 1188 | Jack in the box 1189 | Jack of all trades, master of none 1190 | Jack Palancing 1191 | Jack - phrases that include the name Jack 1192 | Jack Robinson - Before you can say 1193 | Jack tar 1194 | Jack the lad 1195 | Jam tomorrow 1196 | Jerry built 1197 | Jet-black 1198 | Jimmy Horner 1199 | Jimmy Riddle 1200 | Jobs for the boys 1201 | Join the colours 1202 | Joined at the hip 1203 | John Heywood - Proverbs collected by 1204 | Johnny on the spot 1205 | Jot or tittle 1206 | Jump on the bandwagon 1207 | Jump the gun 1208 | Jump the shark 1209 | Jury is still out 1210 | Just deserts 1211 | Just in time 1212 | Kangaroo court 1213 | Katy bar the door 1214 | Keel over 1215 | Keep a wide berth 1216 | Keen as mustard 1217 | Keep body and soul together 1218 | Keep schtum 1219 | Keep a stiff upper lip 1220 | Keep at bay 1221 | Keep it under your hat 1222 | Keep the ball rolling 1223 | Keep up with the Joneses 1224 | Keep your chin up 1225 | Keep your distance 1226 | Keep your hands clean 1227 | Keep your nose clean 1228 | Keep your nose to the grindstone 1229 | Keep your pecker up 1230 | Keep your powder dry 1231 | Keeping up with the Joneses 1232 | Keepy-uppy 1233 | Kettle of fish 1234 | Khyber pass 1235 | Kick the bucket 1236 | Kick your heels 1237 | Kickin' - Alive and 1238 | Kilroy was here 1239 | King James' Version of the Bible 1240 | Kiss and tell 1241 | Kiss me Hardy 1242 | (The whole) kit and caboodle 1243 | Kith and kin 1244 | Knee-jerk reaction 1245 | Knick-knack 1246 | Knight in shining armour 1247 | Knock back 1248 | Knock into a cocked hat 1249 | Knock off 1250 | Knock on wood 1251 | Know the ropes 1252 | Know your onions 1253 | Know which side your bread is buttered 1254 | Know which way the wind blows 1255 | Knuckle down 1256 | Knuckle under 1257 | Kowtow to 1258 | La-di-da 1259 | La dolce vita 1260 | Labour of love 1261 | Lackadaisical 1262 | Ladies' room 1263 | Lager frenzy 1264 | Laid out in lavender 1265 | La-la land 1266 | Lamb to the slaughter 1267 | Lame duck 1268 | Land-lubber 1269 | Land of nod - The 1270 | Lantern-jawed 1271 | Lardy-dardy 1272 | Lark about 1273 | Last but not least 1274 | Last straw - The 1275 | Latin Phrases 1276 | Laugh like a drain 1277 | Laughing-stock 1278 | Laurels - rest on one's 1279 | The law is an ass 1280 | Lay it on with a trowel 1281 | Lead balloon - Go over like a 1282 | Lead-pipe cinch 1283 | Learn the ropes 1284 | Left hand doesn't know what the right hand is doing 1285 | Left in the lurch 1286 | Legend in one's own lifetime 1287 | Leopard cannot change its spots - A 1288 | Less is more 1289 | Let a thousand flowers bloom 1290 | Let bygones be bygones 1291 | Let not poor Nelly starve 1292 | Let not the sun go down on your wrath 1293 | Let or hindrance 1294 | Let sleeping dogs lie 1295 | Let the cat out of the bag 1296 | Let them eat cake 1297 | Let there be light 1298 | Let your hair down 1299 | Let's roll 1300 | Level playing field 1301 | Lick and a promise 1302 | Lick into shape 1303 | Lickety-split 1304 | Lie low 1305 | Lies, damned lies and statistics 1306 | Life begins at forty 1307 | Life in the 1500s - folk etymologies 1308 | Life of Riley 1309 | Life's not all beer and skittles 1310 | Life's too short 1311 | Like a chicken with its head cut off 1312 | Like a moth to a flame 1313 | Like being savaged by a dead sheep 1314 | Like billy-o 1315 | Like it or lump it 1316 | Like the clappers 1317 | Like the Dickens 1318 | Like two peas in a pod 1319 | Like turkeys voting for Christmas 1320 | Lily-livered 1321 | Little bird told me - A 1322 | Little knowledge is a dangerous thing - A 1323 | Little of what you fancy does you good - A 1324 | Little pitchers have big ears 1325 | Lions led by donkeys 1326 | Live long and prosper 1327 | Living daylights 1328 | Living off the fat of the land 1329 | Living on borrowed time 1330 | Lo and behold 1331 | Load of cobblers 1332 | Load of codswallop 1333 | Loaf of bread 1334 | Local derby 1335 | Lock stock and barrel 1336 | Long in the tooth 1337 | Look before you leap 1338 | Loose cannon 1339 | Loose lips sink ships 1340 | Lose face 1341 | Lose your marbles 1342 | Love is blind 1343 | Love that dare not speak its name - The 1344 | Loved-up 1345 | Lunatic fringe 1346 | Mackerel sky 1347 | Mad as a hatter 1348 | Mad as a March hare 1349 | Magical realism 1350 | Main chance 1351 | Make a bee-line for 1352 | Make a clean breast of it 1353 | Make a pig's ear of 1354 | Make a virtue of necessity 1355 | Make haste 1356 | Make hay while the sun shines 1357 | Make him an offer he can't refuse 1358 | Make my day 1359 | Make no bones about 1360 | Make your hair stand on end 1361 | Mal de mer 1362 | Man after my own heart - A 1363 | Man does not live by bread alone 1364 | Man who is his own lawyer has a fool for a client - A 1365 | Man's inhumanity to man 1366 | Many a little makes a mickle 1367 | Many are called but few are chosen 1368 | Many happy returns 1369 | Many a true word is spoken in jest 1370 | 'March' phrases 1371 | Mare's nest 1372 | Marital aid 1373 | Market forces 1374 | Marry in haste, repent at leisure 1375 | May you live in interesting times 1376 | McCoy - The real 1377 | Mea culpa 1378 | Meat and drink 1379 | Meat and two veg. 1380 | Meet your Waterloo 1381 | Memory lane 1382 | Men in suits 1383 | Mend fences 1384 | Ménage à trois 1385 | Men's evil manners live in brass; their virtues we write in water 1386 | Merry Christmas 1387 | Method in my madness 1388 | Mexican wave 1389 | Mickey Finn 1390 | Middle for diddle 1391 | Middle of the road 1392 | Might and main 1393 | (The pen is) mightier than the sword 1394 | Mighty oaks from little acorns grow 1395 | Milk of human kindness 1396 | Minced oaths 1397 | Minced words 1398 | Mind your Ps and Qs 1399 | Mind's ear 1400 | Mind's eye 1401 | Ministering angel shall my sister be - A 1402 | Mint condition 1403 | Misery acquaints a man with strange bedfellows 1404 | Misquotes 1405 | Miss is as good as a mile 1406 | Moaning Minnie 1407 | Mondegreens 1408 | Montezuma's Revenge 1409 | 'Money' phrases 1410 | Money for old rope 1411 | Monstrous regiment of women 1412 | Monty - The full 1413 | Moot point 1414 | Morbid obesity 1415 | More bang for your buck 1416 | More fool you 1417 | More haste, less speed 1418 | More honoured in the breach than in the observance 1419 | More light! 1420 | Morning person 1421 | Mother country 1422 | Motley crew 1423 | Mouth-watering 1424 | Movable feast 1425 | Movers and shakers 1426 | Moving finger writes - The 1427 | Moving the goalposts 1428 | Much Ado about Nothing 1429 | Much of a muchness 1430 | Mud - your name is 1431 | Mull (something) over 1432 | Multitude of sins 1433 | Mumbo jumbo 1434 | Mum's the word 1435 | Murphy's Law 1436 | Music has charms to soothe the savage breast 1437 | Mutt's nuts - The 1438 | Mutt and Jeff 1439 | Mutton dressed as lamb 1440 | My bad 1441 | My better half 1442 | My cup of tea 1443 | My cup runneth over 1444 | My giddy aunt 1445 | My husband and I 1446 | My mind's eye 1447 | My old china 1448 | My old Dutch 1449 | My salad days 1450 | My stars and garters 1451 | My way or the highway 1452 | Nail your colours to the mast 1453 | Namby-pamby 1454 | Name and shame 1455 | Name is mud 1456 | Nasty, brutish and short 1457 | Nation of shopkeepers - A 1458 | Nautical phrases 1459 | Near the knuckle 1460 | Necessity is the mother of invention 1461 | Ne'er cast a clout till May be out 1462 | Ne'er do well 1463 | Needs must 1464 | Neither a borrower nor a lender be 1465 | Neither fish nor flesh, nor good red herring 1466 | Neither here nor there 1467 | Nest-egg 1468 | Nest of vipers - A 1469 | Never give a sucker an even break 1470 | Never knowingly undersold 1471 | Never look a gift horse in the mouth 1472 | Never-never land 1473 | Never the twain shall meet 1474 | New kid on the block 1475 | Nice as ninepence 1476 | Nice kettle of fish 1477 | Nicholas Udall - phrases collected by 1478 | (In the) nick of time 1479 | Night owl 1480 | Nine days' wonder 1481 | Nip and tuck 1482 | Nip in the bud 1483 | Nitty-gritty 1484 | No-brainer 1485 | No dice 1486 | No holds barred 1487 | No laughing matter 1488 | No love lost 1489 | No man is an island 1490 | No more cakes and ale? 1491 | No names: no pack-drill 1492 | No quarter given 1493 | No rest for the wicked 1494 | No room to swing a cat 1495 | No truck with 1496 | No way, Jose 1497 | Nod is as good as a wink - A 1498 | Nod - The land of 1499 | Norange - A 1500 | Nosy parker 1501 | Not a dicky-bird 1502 | Not by a long chalk 1503 | Not my cup of tea 1504 | Not for all the tea in China 1505 | Not playing with a full deck 1506 | Not rocket science 1507 | Not tonight Josephine 1508 | Not worth a plugged nickel 1509 | Not worth the candle 1510 | Nothing is certain but death and taxes 1511 | Nothing succeeds like success 1512 | Nothing ventured, nothing gained 1513 | Now is the winter of our discontent 1514 | Nth degree 1515 | Nul points 1516 | Nutshell - In a 1517 | O Romeo, Romeo! wherefore art thou Romeo? 1518 | O ye, of little faith 1519 | Odds bodkins 1520 | Off his own bat 1521 | Off the record 1522 | Off with his head 1523 | Offing - In the 1524 | Oh, my stars and garters 1525 | Oh, they have slain the Earl of Moray and Lady Mondegreen 1526 | Okay 1527 | Okey-dokey 1528 | Old as Methuselah 1529 | Old as the hills 1530 | Old chestnut 1531 | Old codger 1532 | Old fogey 1533 | Old hat 1534 | Old lang syne - see auld lang syne 1535 | On a hiding to nothing 1536 | On a wing and a prayer 1537 | On Carey Street 1538 | On cloud nine 1539 | On queer street 1540 | On tenterhooks 1541 | On the ball 1542 | On the bubble 1543 | On the button 1544 | On the dole 1545 | On the fiddle 1546 | On the pig's back 1547 | On the QT 1548 | On the shoulders of giants 1549 | On the side of the angels 1550 | On the wagon 1551 | On the warpath 1552 | On with the motley 1553 | On your beam ends 1554 | On your tod 1555 | Once bitten, twice shy 1556 | Once in a blue moon 1557 | Once more unto the breach, dear friends, once more 1558 | One-hit wonder 1559 | One fell swoop - At 1560 | One for the road 1561 | One foot in the grave 1562 | One good turn deserves another 1563 | One hand washes the other 1564 | One over the eight 1565 | One sandwich short of a picnic 1566 | One small step for man 1567 | One stop shop 1568 | One swallow doesn't make a summer 1569 | One's heart's content 1570 | Oops-a-daisy 1571 | Open season 1572 | (The) order of the boot 1573 | Ough - the many ways to pronounce 1574 | Out of sight 1575 | Out of sight, out of mind 1576 | Out of sorts 1577 | Out of the frying pan into the fire 1578 | Out of the jaws of death 1579 | Out of the mouths of babes and sucklings 1580 | Out on a limb 1581 | Over a barrel 1582 | Over-egg the pudding 1583 | Over the moon 1584 | Over the top 1585 | Overpaid, oversexed, and over here 1586 | Oxo cube 1587 | Ps and Qs - Mind your 1588 | Packed to the gunwales 1589 | Paddle your own canoe 1590 | Paint the town red 1591 | Panic stations 1592 | Paper tiger 1593 | Parting shot / Parthian shot 1594 | Pass over to the other side 1595 | Pass the buck 1596 | Paying guest - A 1597 | P.D.Q. - pretty damn quick 1598 | Pearls before swine 1599 | Pears for your heirs 1600 | Pecking order 1601 | Peeping Tom 1602 | Peg out 1603 | Pell-mell 1604 | (The) pen is mightier than the sword 1605 | Pennies from heaven 1606 | Penny dreadful 1607 | (The) penny drops 1608 | Penny pinching 1609 | Penny for your thoughts - A 1610 | Penny saved is a penny earned - A 1611 | Penny wise and pound foolish 1612 | Pester power 1613 | Peter out 1614 | Petty cash 1615 | Phrases and sayings quiz 1616 | Phrases that people get wrong 1617 | Physician heal thyself 1618 | Pick 'n' mix 1619 | Picture is worth a thousand words - A 1620 | Picture-perfect 1621 | Pie - as easy as 1622 | Pie in the sky 1623 | Piece of cake - A 1624 | Piece of piss 1625 | Piece of the action 1626 | Pig and whistle 1627 | Pig in a poke 1628 | Pigeon-chested 1629 | Pig's back - on the 1630 | Pig's ear 1631 | (In a) pig's eye 1632 | Piggyback 1633 | Pigs might fly 1634 | Pin money 1635 | (Take with a) pinch of salt 1636 | Pip - Get the/got the /have the 1637 | Pipe down 1638 | Pipe dream - A 1639 | Piping hot 1640 | Piss and vinegar - Full of 1641 | Pitch black 1642 | Pitch dark 1643 | Place for everything and everything in its place - A 1644 | Plague on both your houses - A 1645 | Plain sailing 1646 | Plates of meat 1647 | Play by ear 1648 | Play Devil's advocate 1649 | Play ducks and drakes 1650 | Play fast and loose 1651 | Play gooseberry 1652 | Play it again Sam 1653 | Play second fiddle 1654 | Play silly buggers 1655 | Play the giddy goat 1656 | Play the race card 1657 | Pleased as Punch 1658 | Plug-ugly 1659 | Plugged nickel 1660 | Poetic justice 1661 | Point-and-click 1662 | Point Percy at the porcelain 1663 | Politically correct 1664 | Point-blank 1665 | Point to point 1666 | Pommy bashing 1667 | Pomp and circumstance 1668 | Pond life 1669 | Pony and trap 1670 | Pony up 1671 | Pop goes the weasel 1672 | Pop your clogs 1673 | Popular fallacies - The Nonsense Nine 1674 | Pork pies 1675 | POSH - Port out, starboard home 1676 | Pot calling the kettle black - The 1677 | Take potluck 1678 | Pound of flesh 1679 | Pour oil on troubled waters 1680 | Power corrupts; absolute power corrupts absolutely 1681 | Power dressing 1682 | Powers that be - The 1683 | Praying at the porcelain altar 1684 | Preaching to the choir 1685 | Preposterous 1686 | Press into service 1687 | Pretty kettle of fish 1688 | Pretty penny - A 1689 | Prick up your ears 1690 | Pride comes before a fall 1691 | Prime time 1692 | Primrose path 1693 | Procrastination is the thief of time 1694 | Proof of the pudding is in the eating - The 1695 | Proverbs - A list of 1696 | Pull in your horns 1697 | Pull out all the stops 1698 | Pull the other one, it's got bells on 1699 | Pull the wool over your eyes 1700 | Pull up stakes 1701 | Pull your horns in 1702 | Pull your finger out 1703 | Pull yourself up by your bootstraps 1704 | Pulling one's leg 1705 | Punch above one's weight 1706 | Pure as the driven snow 1707 | Purple patch 1708 | Push the boat out 1709 | Push the envelope 1710 | Put a damper on 1711 | Put a sock in it 1712 | Put a spanner in the works 1713 | Put on the wooden overcoat 1714 | Put on your thinking cap 1715 | Put paid to 1716 | Put the cart before the horse 1717 | Put the mockers on 1718 | Put the wood in the hole 1719 | Put up your dukes 1720 | Put your back up 1721 | Put your best foot forward 1722 | Put your nose out of joint 1723 | Put your oar in 1724 | Put your shoulder to the wheel 1725 | Pyrric victory 1726 | Quality time 1727 | Quantum leap 1728 | Quarter - Give no 1729 | Queer as a nine bob note 1730 | Queer Street 1731 | Queer the pitch 1732 | Quick and the dead - The 1733 | Quicker than lager turns to piss 1734 | Quid pro quo 1735 | Quotations 1736 | Rabbit and pork 1737 | Rack and ruin 1738 | Rag-and-bone man 1739 | Rack your brains 1740 | Rag, tag and bobtail 1741 | Raining cats and dogs 1742 | Raining stair-rods 1743 | Raise Cain 1744 | Rank and file 1745 | Raspberry tart 1746 | Raze to the ground 1747 | Rat arsed 1748 | Read between the lines 1749 | Read the riot act 1750 | Real McCoy 1751 | Red-handed (caught) 1752 | Red herring 1753 | Red in tooth and claw 1754 | Red-letter day 1755 | Red rag to a bull - A 1756 | Red sky at night ... 1757 | Red tape 1758 | Reduplicated phrases 1759 | Religion is the opium of the people 1760 | Rest on his laurels 1761 | Revenge is a dish best served cold 1762 | Rhyme nor reason 1763 | Rhyming slang 1764 | Richard of York gave battle in vain 1765 | Richard the Third 1766 | Riddle wrapped up in an enigma - A 1767 | Ride a cock-horse to Banbury Cross 1768 | Riding shotgun 1769 | Riff-raff 1770 | Riley - the life of 1771 | [That] Rings a bell 1772 | Ring a ring o'roses, a pocketful of posies, atishoo, atishoo, all fall down 1773 | Ring down the curtain 1774 | Ring-fencing 1775 | Ring the changes 1776 | Rinky-dink 1777 | Rise and shine 1778 | Road less travelled - The 1779 | Road apples 1780 | Road rage 1781 | Roasted to a turn 1782 | Rob Peter to pay Paul 1783 | Rock and roll 1784 | Romeo, Romeo, wherefore art thou Romeo? 1785 | Rose by any other name would smell as sweet - A 1786 | Rose is a rose is a rose 1787 | Rosie Lea 1788 | Rough diamond 1789 | Round Robin 1790 | Route one 1791 | Rub of the green 1792 | Rule of thumb 1793 | Rum do 1794 | Rumpy-pumpy 1795 | Run a mile 1796 | Run amok 1797 | Run of the mill 1798 | Run out of steam 1799 | Run rings around 1800 | Run the gauntlet 1801 | Sacred cow 1802 | Safe as houses - As 1803 | Safe pair of hands - A 1804 | Safe sex 1805 | Salad days 1806 | Salt of the earth - The 1807 | San fairy Ann 1808 | Sandwich short of a picnic 1809 | Save face 1810 | Save one's bacon 1811 | Saved by the bell 1812 | Savoir faire 1813 | Say cheese 1814 | Say goodnight Gracie 1815 | Scapegoat 1816 | Scarper 1817 | Scot-free 1818 | Scott (Sir Walter - phrases coined by) 1819 | Screw your courage to the sticking place 1820 | 'Scuse me while I kiss this guy 1821 | Sea change 1822 | Sealed with a loving kiss 1823 | Season of mists and mellow fruitfulness 1824 | Second-guess 1825 | Security blanket 1826 | See a pin and pick it up, all the day you'll have good luck; see a pin and let it lie, bad luck you'll have all day 1827 | See red 1828 | Seek and you shall find 1829 | Seen better days 1830 | Send packing 1831 | Senior citizen 1832 | Sent to Coventry 1833 | Separate the sheep from the goats 1834 | Set one's cap at 1835 | Set your teeth on edge 1836 | Sex and shopping 1837 | Seven-year itch 1838 | Sexton Blake 1839 | Shebang - The whole 1840 | Shaggy dog story 1841 | Shake a leg 1842 | Shakers and movers 1843 | Shakespeare - Phrases coined by William Shakespeare 1844 | Shakespeare - Words coined by William Shakespeare 1845 | Shall I compare thee to a summer's day? 1846 | Shambles 1847 | Shanks' mare/shanks' pony 1848 | Share and share alike 1849 | Shilly-shally 1850 | Ship shape and Bristol fashion 1851 | Shit end of the stick - The 1852 | Shit for brains 1853 | Shiver my timbers 1854 | Shoddy 1855 | Short end of the stick - The 1856 | Shot across the bows 1857 | Shot heard 'round the world - The 1858 | Shot in the arm 1859 | Shot in the dark 1860 | Shoot through 1861 | Short shrift 1862 | Show a leg 1863 | Show your mettle 1864 | Shrinking violet 1865 | Shuffle off this mortal coil 1866 | Shut your cake-hole 1867 | Siamese twins 1868 | Sick puppy (A) 1869 | Sight for sore eyes (A) 1870 | Silly Billy 1871 | Silly season 1872 | Silver lining - every cloud has a 1873 | Sir Walter Scott (phrases coined by) 1874 | Silence is golden 1875 | Silver bullet 1876 | Similes 1877 | Sitting pretty 1878 | Six ways to Sunday 1879 | Sixes and sevens - At 1880 | Skeleton in the closet 1881 | Skid row 1882 | Skin and blister 1883 | (By the) skin of your teeth 1884 | (The) sky's the limit 1885 | Sledgehammer to crack a nut - A 1886 | Sleep like a top 1887 | Sleep on a clothesline 1888 | Sleep tight 1889 | Sleeveless errand 1890 | Sloane Ranger 1891 | Slush fund 1892 | Smallest room in the house - The 1893 | Smart casual 1894 | Smoke and mirrors 1895 | Snug as a bug in a rug 1896 | So sue me 1897 | Soap-dodger 1898 | Sod's Law 1899 | Sold down the river 1900 | Some are born great, some achieve greatness, and some have greatness thrust upon 'em 1901 | Some men are born mediocre, some men achieve mediocrity, and some men, have mediocrity thrust upon them 1902 | Someone is walking over my grave 1903 | Something for the weekend sir? 1904 | Something nasty in the woodshed 1905 | Something old, something new, something borrowed, something blue 1906 | Son of a bitch 1907 | Son of a gun 1908 | Sorry sight 1909 | Sound bite 1910 | Sound out 1911 | Sour grapes 1912 | Space, the final frontier 1913 | Spare the rod and spoil the child 1914 | Speak of the Devil 1915 | Speak softly and carry a big stick 1916 | Special relationship 1917 | Spelling-bee 1918 | Spend a penny 1919 | Spick and span 1920 | Spill the beans 1921 | Spin doctor 1922 | Spitting feathers 1923 | Spitting image 1924 | Spoonerisms 1925 | Spring forward, fall back 1926 | Spruce-up 1927 | Square meal 1928 | Squeaky bum time 1929 | Stand and deliver 1930 | Stand up guy 1931 | Standing on the shoulders of giants 1932 | Star-crossed lovers 1933 | Stark, raving mad 1934 | Stars and garters - My 1935 | Start from scratch 1936 | Steal a march 1937 | Steal my thunder 1938 | Step up to the plate 1939 | Stick in the mud 1940 | Stick your oar in 1941 | Sticks and stones may break my bones 1942 | Sticky wicket 1943 | Stiff upper lip 1944 | Stiffen the sinews 1945 | Stinking rich 1946 | Stitch in time saves nine - A 1947 | Stone the crows 1948 | Stone's throw 1949 | Stony-hearted 1950 | Stool pigeon 1951 | Storm in a teacup 1952 | Straight as a die 1953 | Straight from the horse's mouth 1954 | Strain at the leash 1955 | Strait-laced 1956 | Strait and narrow 1957 | Stranger danger 1958 | Stranger than fiction - Truth is 1959 | Strike while the iron is hot 1960 | Stuff and nonsense 1961 | Stump up 1962 | Such is life 1963 | Surf and turf 1964 | Surfing the Net/surfing the Internet/surfing the Web 1965 | Survival of the fittest 1966 | Suspension of disbelief 1967 | Swan song 1968 | Sweet Fanny Adams 1969 | Swing for you 1970 | Swing the lead 1971 | Tail wagging the dog - The 1972 | Take a back seat 1973 | Take care of the pence and the pounds will take care of themselves 1974 | Take down a peg or two 1975 | Take the bit between your teeth 1976 | Take the cake 1977 | Take the gilt off the gingerbread 1978 | Take the Mickey 1979 | Take the upper hand 1980 | Take umbrage 1981 | Take with a grain of salt 1982 | Taken aback 1983 | Taken for a ride 1984 | Talk of the Devil 1985 | Talk the talk 1986 | Talk through one's hat 1987 | Talk to the hand 1988 | Tall story 1989 | Tanstaafl - (there's no such thing as a free lunch) 1990 | Tattoo phrases and sayings 1991 | Tawdry 1992 | Tea leaf 1993 | Technicolor yawn 1994 | Tell it to the marines 1995 | Tell me about it 1996 | Tempest in a teapot 1997 | Test your mettle - see show your mettle 1998 | That's all folks! 1999 | That's all she wrote 2000 | That's one small step for a man, a giant leap for mankind 2001 | The ants are my friends, they're blowing in the wind 2002 | The apple never falls far from the tree 2003 | The apple of my eye 2004 | The back of beyond 2005 | The balance of power 2006 | The balance of trade 2007 | The bane of my life 2008 | The bee's knees 2009 | The belle of the ball 2010 | The best defense is a good offence 2011 | The best laid schemes of mice and men 2012 | The Big Apple 2013 | The Big Easy 2014 | The birds and the bees 2015 | The bitter end 2016 | The blind leading the blind 2017 | The bread of life 2018 | The buck stops here 2019 | The call of the wild 2020 | The camera cannot lie 2021 | The Canting Crew - phrases published in 2022 | The chickens come home to roost 2023 | The child is father to the man 2024 | The collywobbles 2025 | The course of true love never did run smooth 2026 | The crack of doom 2027 | The Crapper 2028 | The customer is always right 2029 | The cut of your jib 2030 | The dark side 2031 | The darkest hour is just before the dawn 2032 | The Devil has all the best tunes 2033 | The Devil Incarnate 2034 | The Devil is in the details 2035 | The Devil makes work for idle hands to do 2036 | The Devil take the hindmost 2037 | The Devil to pay 2038 | The die has been cast 2039 | The early bird catches the worm 2040 | The elephant in the room 2041 | The emperor's new clothes 2042 | The ends of the earth 2043 | The exception which proves the rule 2044 | The face that launched a thousand ships 2045 | The fat of the land 2046 | The female of the species is more deadly then the male 2047 | The fifth estate 2048 | The floozie in the jacuzzi 2049 | The fly in the ointment 2050 | The full monty 2051 | The game is afoot 2052 | The game is up 2053 | The great unwashed 2054 | The hair of the dog that bit you 2055 | The hairy eyeball 2056 | The heebie-jeebies 2057 | The jury is still out 2058 | The land of nod 2059 | The last straw 2060 | The life of Riley 2061 | The living daylights 2062 | The love that dare not speak its name 2063 | The monstrous regiment of women 2064 | The more the merrier 2065 | The moving finger writes 2066 | The mutt's nuts 2067 | The nth degree 2068 | The opera ain't over till the fat lady sings 2069 | The pen is mightier than the sword 2070 | The pip - Get/got/have 2071 | The pot calling the kettle black 2072 | The powers that be 2073 | The proof of the pudding is in the eating 2074 | The quick and the dead 2075 | The real McCoy 2076 | The road less travelled 2077 | The road to hell is paved with good intentions 2078 | The salt of the earth 2079 | The seven-year itch 2080 | The shoemaker always wears the worst shoes 2081 | The short end of the stick 2082 | The shot heard 'round the world 2083 | The sky's the limit 2084 | The smallest room in the house 2085 | The straw that broke the camel's back 2086 | The tail wagging the dog 2087 | The toast of the town 2088 | The third degree 2089 | The triumph of hope over experience 2090 | The upper hand 2091 | The usual suspects 2092 | The whole kit and caboodle 2093 | The whole nine yards 2094 | The whole shebang 2095 | The writing is on the wall 2096 | The wrong side of the blanket 2097 | The year dot 2098 | The Yellow Peril 2099 | There is more than one way to kill a cat 2100 | There are three kinds of lies... 2101 | There but for the grace of God, go I 2102 | There is no alternative 2103 | There's an R in the month 2104 | There's method in my madness 2105 | There's no fool like an old fool 2106 | There's no place like home 2107 | There's no such thing as a free lunch (Tanstaafl) 2108 | There's no such thing as bad publicity 2109 | There's one (a sucker) born every minute 2110 | There's one law for the rich and another law for the poor 2111 | They couldn't hit an elephant at this distance 2112 | Thick and fast 2113 | Thick and thin 2114 | (As) thick as thieves 2115 | (As) thick as two short planks 2116 | Thin air - Vanish into 2117 | Thing of beauty is a joy forever - A 2118 | Things that go bump in the night 2119 | Think outside the box 2120 | Thinking cap 2121 | Third degree - The 2122 | Third time lucky 2123 | Thomas Paine - The writings of 2124 | Thorn in the flesh 2125 | Thou shalt not kill 2126 | Though this be madness, yet there is method in it 2127 | Three score and ten 2128 | Three sheets to the wind 2129 | Three strikes and you are out 2130 | Through thick and thin 2131 | Throw in the towel 2132 | Throw good money after bad 2133 | Throw your hat into the ring 2134 | Thumbs up 2135 | Thus far into the bowels of the land 2136 | Ticked off 2137 | Tickle the ivories 2138 | Tickled pink 2139 | Tide over 2140 | Tie the knot 2141 | Till the cows come home 2142 | Time and tide wait for no man 2143 | Tinker's damn 2144 | Tilting at windmills 2145 | Tissue of lies 2146 | Titfer 2147 | Tit for tat 2148 | Tits up 2149 | To a T 2150 | To all intents and purposes 2151 | To be or not to be, that is the question 2152 | To beggar belief 2153 | To boldly go where no man has gone before 2154 | To boot 2155 | To cast the first stone 2156 | To err is human; to forgive divine 2157 | To gild refined gold, to paint the lily 2158 | To sleep: perchance to dream: ay, there's the rub 2159 | To the manner born 2160 | To the nth degree 2161 | To travel hopefully is a better thing than to arrive 2162 | Toast of the town 2163 | Toe the line 2164 | Toe-curling 2165 | Toffee-nosed 2166 | Tommy Atkins 2167 | Tomorrow is another day 2168 | Tongue in cheek 2169 | Too big for your breeches 2170 | Too much of a good thing 2171 | Toodle-oo 2172 | Tooth and nail 2173 | Top dog 2174 | Top drawer 2175 | Top notch 2176 | Topsy-turvy 2177 | Total shambles 2178 | Touch and go 2179 | Touch with a barge-pole - Wouldn't 2180 | Touch wood 2181 | Touchy-feely 2182 | Tout de suite 2183 | Tower of strength 2184 | Train surfing 2185 | Trick or treat 2186 | Trip the light fantastic 2187 | Trouble and strife 2188 | True blue 2189 | Truth is stranger than fiction 2190 | Truth will out 2191 | Tuckered out 2192 | Turkeys voting for Christmas 2193 | Turn a blind eye 2194 | Turn of phrase 2195 | Turn the tables 2196 | Turn up for the books 2197 | Turn up trumps 2198 | Twelve good men and true 2199 | Twenty three skidoo 2200 | Twenty four seven 2201 | Two cents worth 2202 | Two heads are better than one 2203 | Two peas in a pod 2204 | Udall, Nicholas - phrases collected by 2205 | Under the thumb 2206 | Under your hat - Keep it 2207 | Under the auspices of 2208 | Get - underway 2209 | Under wraps 2210 | Uneasy lies the head that wears a crown 2211 | Union Jack 2212 | The great - unwashed 2213 | The - unkindest cut of all 2214 | Up a blind alley 2215 | Up a gum tree 2216 | Up in arms 2217 | Up the creek without a paddle 2218 | Up the apples and pears 2219 | Up the duff 2220 | Up the pole 2221 | Up the wooden hill to Bedfordshire 2222 | Up to snuff 2223 | Upper crust 2224 | Upper hand 2225 | Ups-a-daisy 2226 | Upset the apple-cart 2227 | Up the ante 2228 | Upside down 2229 | Urban myth 2230 | Use your loaf 2231 | Usual suspects - The 2232 | Using a sledgehammer to crack a nut 2233 | Valentine's Day Poems and Sayings 2234 | Van surfing 2235 | Vanish into thin air 2236 | Veg out 2237 | Verbosity leads to unclear, inarticulate things 2238 | Vice versa 2239 | Vicious circle 2240 | Vis-a-vis 2241 | Visit the ladies' room 2242 | Vorsprung Durch Technik 2243 | Walk free 2244 | Walk the walk 2245 | Walk the plank 2246 | Walter Scott (phrases coined by) 2247 | Warts and all 2248 | Watch the birdie 2249 | (A) watched pot never boils 2250 | Watching brief 2251 | Wave a red rag to a bull 2252 | Wax lyrical 2253 | Wax poetic 2254 | We are a grandmother 2255 | We are not amused 2256 | We few, we happy few, we band of brothers 2257 | We have seen better days 2258 | We know where you live 2259 | Weakest link - A chain is only as strong as its 2260 | Wear the trousers 2261 | Wear your heart on your sleeve 2262 | Weasel words 2263 | Wee-wee 2264 | Well heeled 2265 | Well read 2266 | Wet behind the ears 2267 | Wet blanket 2268 | What a piece of work is man 2269 | What are you like? 2270 | What football is all about 2271 | What God has joined together let no man put asunder 2272 | What part of no don't you understand? 2273 | What the dickens 2274 | What you see is what you get - wysiwyg 2275 | What's in a name? That which we call a rose by any other name would smell as sweet 2276 | What's not to like? 2277 | What's up Doc? 2278 | When in Rome, do as the Romans do 2279 | When it comes to the crunch 2280 | When pigs fly 2281 | When the going gets tough, the tough get going 2282 | When the shit hits the fan 2283 | Where there's muck there's brass 2284 | Whet your appetite 2285 | Which is which? 2286 | Which witch is which? 2287 | While you live, tell truth and shame the Devil! 2288 | Whip round 2289 | Whipper snapper 2290 | Whipping boy 2291 | Whistle and flute 2292 | Whistle blower 2293 | Whistle down the wind 2294 | White as snow 2295 | White bread 2296 | White elephant 2297 | Whole kit and caboodle - The 2298 | Whole-hearted 2299 | Whole nine yards - The 2300 | Whole shebang - The 2301 | Whoops-a-daisy 2302 | Why does bread always fall butter side down? 2303 | Why should the Devil have all the best tunes? 2304 | Wick - you get on my 2305 | Wide berth - Keep a 2306 | Wild and woolly 2307 | Wild goose chase 2308 | Willy nilly 2309 | Win hands down 2310 | Win one for the Gipper 2311 | (On a) wing and a prayer 2312 | Wing it 2313 | Winter draws on 2314 | Wish you were here 2315 | With bells on 2316 | Without a shadow of a doubt 2317 | Without let or hindrance 2318 | Without so much as a by your leave 2319 | Woe betide you 2320 | Woe is me 2321 | Wolf in sheep's clothing 2322 | Woman needs a man like a fish needs a bicycle - A 2323 | Woman's place is in the home - A 2324 | Women and children first 2325 | Wooden hill to Bedfordshire 2326 | Word association football 2327 | Word for word 2328 | Word in edgeways - A 2329 | Word in your shell-like - A 2330 | Words ending in gry 2331 | Worse for wear 2332 | Worth one's salt 2333 | Wotcher 2334 | Wouldn't touch with a barge-pole 2335 | Wreak havoc 2336 | Writing is on the wall - The 2337 | Wrong end of the stick - The 2338 | Wrong side of the blanket - The 2339 | Yada yada 2340 | Year dot - The 2341 | Yellow-belly 2342 | Yellow Peril 2343 | You are what you eat 2344 | You can catch more flies with honey than with vinegar 2345 | You can lead a horse to water but you can't make it drink 2346 | You can lead a whore to culture but you can't make her think 2347 | You can't get blood out of a stone 2348 | You can't have your cake and eat it too 2349 | You can't hold with the hare and run with the hounds 2350 | You can't make a silk purse out of a sow's ear 2351 | You can't teach an old dog new tricks 2352 | You get on my wick 2353 | You look as if you've been dragged through a hedge backwards 2354 | You'll wonder where the yellow went when you brush your teeth with Pepsodent 2355 | Young turk 2356 | Your days are numbered 2357 | Your money or your life 2358 | Your name is mud 2359 | You've never had it so good 2360 | Zero tolerance 2361 | Zig-zag --------------------------------------------------------------------------------