A bot that generates and posts random domains to Twitter
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 353B

1234567891011121314
  1. {
  2. "name": "random-domains-bot",
  3. "version": "0.1.0",
  4. "description": "A bot that generates random domain names and posts them to Twitter",
  5. "main": "index.js",
  6. "keywords": [],
  7. "author": "Dylan Baker <dylan@simulacrum.party>",
  8. "license": "MIT",
  9. "dependencies": {
  10. "dotenv": "^8.0.0",
  11. "minimist": "^1.2.0",
  12. "twit": "^2.2.11"
  13. }
  14. }