env.sample 431 B

123456789101112
  1. # Mastodon settings
  2. INSTANCE_BASE = 'https://'
  3. # To fill following values log in your mastodon instance and go Preferences -> Development -> "Your application" (if empty create new application)
  4. CLIENT_ID = ''
  5. CLIENT_SECRET = ''
  6. ACCESS_TOKEN = ''
  7. # File with messages (one per line) to be tooted. Must be in txt directory.
  8. ANNOUNCEMENT_FILE = 'es. announce.txt'
  9. # Set to 1 to enable random read from ANNOUNCEMENT_FILE
  10. RANDOM = 0