A bot that generates and posts random domains to Twitter
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker 53dbe79463 Initial commit il y a 4 ans
.env.example Initial commit il y a 4 ans
.gitignore Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md Initial commit il y a 4 ans
index.js Initial commit il y a 4 ans
package-lock.json Initial commit il y a 4 ans
package.json Initial commit il y a 4 ans
tlds.js Initial commit il y a 4 ans

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.