|
il y a 5 ans | |
---|---|---|
.env.example | il y a 5 ans | |
.gitignore | il y a 5 ans | |
LICENSE | il y a 5 ans | |
README.md | il y a 5 ans | |
index.js | il y a 5 ans | |
package-lock.json | il y a 5 ans | |
package.json | il y a 5 ans | |
tlds.js | il y a 5 ans |
This is a bot that generates random domain names and posts them to Twitter.
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
This is open source software under the terms of the MIT license.