megafono.py/env.sample
2021-01-24 13:33:16 +01:00

12 lines
433 B
Text

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