A bot that generates and posts random domains to Twitter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.