The 4th or so re-imagining of the once crucial j4lp jabberbot.
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.
 
 

20 lines
487 B

client_id = ''
token = '' # your bot's token
email = '' # contact email for ESI header in case CCP gets angry at you
weather_api = '' #darkskynet api key for weather data
opencage_key = '' #api token for opencage data (geocoding)
#evedev app variables
redirect = ''
esiclient_id = ''
secret_key = ''
redis_host = 'localhost'
redis_port = 6379
# Rooster web interface
web_enabled = False
web_host = 'localhost'
web_port = 5000
web_secret_key = 'replaceme'
web_access_key = 'replaceme'