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>