A bot that generates and posts random domains to Twitter
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dylan Baker 53dbe79463 Initial commit 4 anos atrás
.env.example Initial commit 4 anos atrás
.gitignore Initial commit 4 anos atrás
LICENSE Initial commit 4 anos atrás
README.md Initial commit 4 anos atrás
index.js Initial commit 4 anos atrás
package-lock.json Initial commit 4 anos atrás
package.json Initial commit 4 anos atrás
tlds.js Initial commit 4 anos atrás

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.