Skip to content

beeramtheman/hipster-domain-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is outdated. New Repository: https://github.com/djh-/hipster-domain-finder

Hipster Domain Finder 2.0

screenshot

What

Find short & sweet single word domain hacks with Hipster Domain Finder at HipsterDomainFinder.com. All domains listed should be available for registration.

Development

General

Requirements for HDF are Python 3 and MongoDB. Python modules that must be installed are:

  • requests
  • pymongo
  • bottle

HDF is ready to be used locally out of the box. Just run populate_db.py to populate the database with 100 domain hacks. Note this is for testing purposes only and the domains will be marked as available without any verification. In production use update.py as described below.

Domains

update.py calculates all possible domain hacks from words in words.txt and inserts/updates their availability with Domainr's API (API key must be set in config.ini). HDF's official website runs update.py with Cron every 24 hours.

words.txt is supposedly the 50,000 most common english words on the internet, though I can't remember where I got it. Adding/changing words is as simple as changing words.txt.

Website

HDF's official website is intentionally very simple inside and out. website.py handles routing and serving dynamic/static content. HTML is in views and CSS is in static. Colour scheme is based on praxicalidocious's Winter Wolves palette.

About

Find short domain hacks 2.0 [OUTDATED]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published