email_data 1603050808 → 1603054658
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/VERSION +1 -1
- data/bin/sync-disposable-emails +1 -1
- data/data/disposable_domains.txt +5 -0
- data/package.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29e58fb63ce489e9f08e4eaf7e4b9299b70a89e6b618b8d05fa00e53b58e986c
|
4
|
+
data.tar.gz: 989723951b6ecea41833e380b72c5c7fd140285568e5665eb8481b20c1f63abd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e6ef4bc69b3955b3bdb3a99805496544179cb6cb5f890f2cfedd2bf8efe94f37053e9e71fb28d1bf92e9c1eee17a5601b98ee1cb90c454f8e7374ace0b5b3cd9
|
7
|
+
data.tar.gz: ca431d2a3722a6b17a9d786f4b497f4f7975f66a52edbe93b8590eb441dab257780e2bbd04900a49fcd3e5824a8d8278b9fe5bacdf20724c4fea9bc0728b46b9
|
data/Gemfile.lock
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
1603054658
|
data/bin/sync-disposable-emails
CHANGED
@@ -162,7 +162,7 @@ threads << thread { domain_scraping("tempr", "https://tempr.email/", "select[nam
|
|
162
162
|
threads << thread { domain_scraping("yepmail", "https://yepmail.co/", "select[name=domain] option::text()") }
|
163
163
|
threads << thread { domain_scraping("fake_email_generator", "https://fakemailgenerator.net", "[data-mailhost]::attr(data-mailhost)") }
|
164
164
|
threads << thread { domain_scraping("tempemails", "https://www.tempemails.net/", "select[name=domain] option::attr(value)") }
|
165
|
-
threads << thread { domain_scraping("clipmails", "https://clipmails.com/", "
|
165
|
+
threads << thread { domain_scraping("clipmails", "https://clipmails.com/", ".domain-selector::text()") }
|
166
166
|
threads << thread { domain_scraping("1secmail", "https://www.1secmail.com/", "select[id=domain] option::attr(value)") }
|
167
167
|
threads << thread { domain_scraping("emailfake", "https://generator.email", ".tt-suggestion p::text()") }
|
168
168
|
threads << thread { domain_scraping("emailfake", "https://emailfake.com/", ".tt-suggestion p::text()") }
|
data/data/disposable_domains.txt
CHANGED
@@ -25127,6 +25127,7 @@ comarchiemountbattenwindsor.com
|
|
25127
25127
|
comarketpartners.com
|
25128
25128
|
comaro-compressoren.ru
|
25129
25129
|
comatoze.com
|
25130
|
+
comb2bstar.net
|
25130
25131
|
combicheria.com
|
25131
25132
|
combindjqy.space
|
25132
25133
|
combined.investments
|
@@ -27149,6 +27150,7 @@ cvndr.com
|
|
27149
27150
|
cvo55.ru
|
27150
27151
|
cvo9ym.us
|
27151
27152
|
cvpf.net
|
27153
|
+
cvriverside.biz
|
27152
27154
|
cvs-couponcodes.com
|
27153
27155
|
cvscool.com
|
27154
27156
|
cvscout.com
|
@@ -42904,6 +42906,7 @@ googleappmail.com
|
|
42904
42906
|
googlebox.com
|
42905
42907
|
googlecn.com
|
42906
42908
|
googledottrick.com
|
42909
|
+
googleemails.xyz
|
42907
42910
|
googlefind.com
|
42908
42911
|
googlegarbage.com
|
42909
42912
|
googlelogin.online
|
@@ -70077,6 +70080,7 @@ nnambuzzdimp.gq
|
|
70077
70080
|
nnambuzzdimp.ml
|
70078
70081
|
nnambuzzdimp.tk
|
70079
70082
|
nnb532.com
|
70083
|
+
nnb539.com
|
70080
70084
|
nnb545.com
|
70081
70085
|
nnb555.com
|
70082
70086
|
nnbgzy.com
|
@@ -73680,6 +73684,7 @@ outlok.com
|
|
73680
73684
|
outlok.net
|
73681
73685
|
outlok.site
|
73682
73686
|
outloo.com
|
73687
|
+
outlook-mails.site
|
73683
73688
|
outlook2.gq
|
73684
73689
|
outlookkk.online
|
73685
73690
|
outlookpro.net
|
data/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fnando/email_data",
|
3
3
|
"description": "This project is a compilation of datasets related to emails. Includes disposable emails, disposable domains, and free email services.",
|
4
|
-
"version": "
|
4
|
+
"version": "1603054658.0.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|