-
Notifications
You must be signed in to change notification settings - Fork 31
Modules
Riku Lindblad edited this page Feb 22, 2016
·
5 revisions
All .py files in the modules/ subdirectory will be loaded. If you don't want a module to load for some reason, move it to the available/ folder or any subfolder of your choosing.
Set the appid in the bot configuration at the root level:
module_wolfram_alpha:
appid: APPLICATION-ID-HERE
- Create a Twitter application at https://dev.twitter.com/apps
- Use util/twitter_application_auth.py to generate the bearer key
- Put the bearer key in config.yml under module_urltitle with the key 'twitter_bearer'