A bot that generates and posts random domains to Twitter
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Dylan Baker 53dbe79463 Initial commit 4 年前
.env.example Initial commit 4 年前
.gitignore Initial commit 4 年前
LICENSE Initial commit 4 年前
README.md Initial commit 4 年前
index.js Initial commit 4 年前
package-lock.json Initial commit 4 年前
package.json Initial commit 4 年前
tlds.js Initial commit 4 年前

README.md

Random Domains Bot

This is a bot that generates random domain names and posts them to Twitter.

Usage

Rename .env.example to .env and fill in the appropriate values and then run

$ node index.js

You can also specify a path to a .env file, which I’ve found useful for usage with cron.

$ ENV_PATH=/path/to/env/file node index.js --env-path path/to/env/file

License

This is open source software under the terms of the MIT license.