|
5 years ago | |
---|---|---|
.env.example | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
index.js | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
tlds.js | 5 years ago |
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.