config.py 690 B

1234567891011
  1. # Owncast stuff. Get this information from your Owncast admin panel
  2. ACCESS_TOKEN = '' # Create one of these at your Owncast Admin panel -> Integrations -> Access Tokens
  3. ACCESS_ID = '' # The name of your access token
  4. OWNCAST_URL = '' # Either your external Owncast URL, or your local Owncast URL with the proper port number. (Example: http://localhost:8080)
  5. # OwnchatBot Configuration
  6. OCB_URL = ''
  7. POINTS_INTERVAL = 5 # How long, in minutes, between points awards
  8. POINTS_AWARD = 5 # How many points awarded each interval?
  9. SECRET_KEY = '' # Needed for internal flask stuff. Generated during setup. DO NOT CHANGE
  10. PREFIX = '!' # Preceeds commands, so OwnchatBot knows what is a command