Giter Club home page Giter Club logo

hubot-domain-me's Introduction

hubot-domain-me

Quintessential package for generating dumb domain names, originally based off dumb.domains

Travis npm From Pittsburgh With Love

See src/domain-me.js for full documentation.

Be sure to double check any dictionaries in use before installing for words your team may deem offensive:

At this time one list from the original set and the States of Drunkenness are only enabled when HUBOT_DOMAIN_ME_SFW is FALSE.

Installation

In your hubot project repo, run:

npm install hubot-domain-me --save

Then add hubot-domain-me to your external-scripts.json:

[
  "hubot-domain-me"
]

Configuration

HUBOT_DOMAIN_ME_SFW - Default FALSE - An optional flag if you want all output to only use the clean word dictionaries. Set to TRUE to enable.

Sample Interaction

image

License

MIT

hubot-domain-me's People

Contributors

dependabot-preview[bot] avatar sprngr avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

macklinu

hubot-domain-me's Issues

Support SFW domains

Hello,

I really like this hubot script and would like to integrate it into my company's hubot instance. However, we try to keep it pretty SFW and wanted to modify words.json to be more work appropriate.

My thought was to contribute a SFW words list. A quick idea on the implementation would be something like:

# rename words.json to nsfw-words.json

# come up with a bunch of sfw words in sfw-words.json

# in src/domain-me.coffee
words = if process.env.HUBOT_DOMAIN_ME_IS_SFW # defaults to false; NSFW by default
        then require('./dict/sfw-words.json')
        else require('./dict/nfsw-words.json')

Would you be open to a PR with this change? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.