All Projects → BenWiederhake → domain-word

BenWiederhake / domain-word

Licence: MIT license
Tells you which "words" can be written as a publicly available domain

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to domain-word

extract-domain
Extract domain name from an URL
Stars: ✭ 22 (-45%)
Mutual labels:  domain, domain-name
domain-monitor
Self-hosted server to monitor WHOIS records for specified domains.
Stars: ✭ 36 (-10%)
Mutual labels:  domain
Leap
Free & Open alternative to WHMCS. Let's see if we can make it
Stars: ✭ 270 (+575%)
Mutual labels:  domain
available
Domain availability checking for Golang
Stars: ✭ 30 (-25%)
Mutual labels:  domain
domainos
A laravel package for blacklisting or whitelisting specific email providers or domains
Stars: ✭ 22 (-45%)
Mutual labels:  domain
frontend-clean-architecture
React + TypeScript app built using the clean architecture principles in a more functional way · 🧼 🏛 🍪
Stars: ✭ 1,816 (+4440%)
Mutual labels:  domain
CBioInfCpp-0-
The lib CBioInfCpp.h contains 3 groups of functions for C++: "Input-Output", "Working with strings", "Working with graphs". Data structures "Adjacency vector" and "Adjacency map" are implemented in the last one (i.e. in "Working with graphs"). See About_CBioInfCpp for details.
Stars: ✭ 12 (-70%)
Mutual labels:  suffix-tree
PSWinDocumentation.AD
PowerShell module delivering a lot of Active Directory Forest/Domain information
Stars: ✭ 110 (+175%)
Mutual labels:  domain
gopherpit
Take control of your Go packages' import paths
Stars: ✭ 62 (+55%)
Mutual labels:  domain
lexpy
Python package for lexicon; Trie and DAWG implementation.
Stars: ✭ 47 (+17.5%)
Mutual labels:  suffix-tree
dockness
DNS for Docker machines
Stars: ✭ 34 (-15%)
Mutual labels:  domain-name
finance-project-ddd
Projeto financeiro usando domain driven design, tdd, arquitetura hexagonal e solid
Stars: ✭ 67 (+67.5%)
Mutual labels:  domain
strongs-dictionary-xml
Strong's Greek Dictionary in XML with real Greek
Stars: ✭ 65 (+62.5%)
Mutual labels:  domain
wx-domain-test
微信域名防封系统 实时检测 自动切换域名 消息提醒
Stars: ✭ 71 (+77.5%)
Mutual labels:  domain
domin
Domain Name Search untuk mencari ketersedian nama domain.
Stars: ✭ 17 (-57.5%)
Mutual labels:  domain
IPpy
🚀 Ping IP addresses and domains in parallel to find the accessible and inaccessible ones.
Stars: ✭ 54 (+35%)
Mutual labels:  domain
domnibus
Access domain information via python and command line.
Stars: ✭ 16 (-60%)
Mutual labels:  domain
quranize
transform transliteration to Quran text
Stars: ✭ 13 (-67.5%)
Mutual labels:  suffix-tree
guessTor
Bruteforces [.onion] domains
Stars: ✭ 78 (+95%)
Mutual labels:  domain
Android-Clean-Architecture
This is a sample movie list Android application built to demonstrate use of Clean Architecture tools. Dedicated to all Android Developers - (Kotlin, MVVM, Clean Architecture, Rx-Java, Dagger, OkHttp, Unit Testing, SOLID principles, Code Coverage)
Stars: ✭ 268 (+570%)
Mutual labels:  domain

domain-word

Tells you which "words" can be written as a publicly available domain.

Domain names that end up being a word after removing the dots are cool. I guess we all remember Del.icio.us, and some may know bullsh.it.

But English has many words, and so do all the other languages. And there are many TLDs and public suffixes available. This means many domain "words" aren't taken (or even hogged) yet, and also that it's not easy to check whether a specific word is taken (because there could be many suffixes).

This project allows you to quckly (and dirtily) check whether (and how) a specific word can still be acquired. There is a surprising number still available: ev.il, mourni.ng, sna.ps, enor.mo.us, etc.

Table of Contents

Install

No need to install it. There are no dependencies.

Usage

For American English

For convenience, the result for a very exhaustive American English wordlist is already available in results.txt.

The output format is quite easy:

bathhouses: ['ses', 'es']

This means that ses is a public suffix and/or a TLD, and so is es.

For your own wordlist

If you want to substitude your own wordlist, you can replace src/american-english. Or make the code point to your own file.

As a library

You can even use it as a library! The easiest way is probably to call compute_results(wordlist_filename, source_dir=None) and process the results to your own liking.

Performance

The American English wordlist seems to be a good benchmark:

The code reads two domain lists with a combined length of over 14,000 lines, reads the wordlist of over 100,000 words, and outputs all possible combinations in under 3 seconds (2.7 seconds on my machine).

I'm sure this can be done faster, but I don't see any point in speeding this up.

Some interesting domains

Copyright / License

I license this project and my code under the MIT License. So do whatever you want with it.

Copyright and license information for the third-party sources can be found in COPYRIGHT.txt.

Contribute

Feel free to dive in! Open an issue or submit PRs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].