A bot that generates and posts random domains to Twitter
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.env.example 208B

12345
  1. TWITTER_CONSUMER_KEY=<consumer key>
  2. TWITTER_CONSUMER_SECRET=<consumer secret>
  3. TWITTER_ACCESS_TOKEN_KEY=<access token key>
  4. TWITTER_ACCESS_TOKEN_SECRET=<access token secret>
  5. DICTFILE=</path/to/dictionary/file>