A bot that generates and posts random domains to Twitter
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dylan Baker 53dbe79463 Initial commit vor 4 Jahren
.env.example Initial commit vor 4 Jahren
.gitignore Initial commit vor 4 Jahren
LICENSE Initial commit vor 4 Jahren
README.md Initial commit vor 4 Jahren
index.js Initial commit vor 4 Jahren
package-lock.json Initial commit vor 4 Jahren
package.json Initial commit vor 4 Jahren
tlds.js Initial commit vor 4 Jahren

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.