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.

.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>