Modules - lepinkainen/pyfibot GitHub Wiki
Modules
Enabling or disabling modules
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.
module_wolfram_alpha
Set the appid in the bot configuration at the root level:
module_wolfram_alpha:
appid: APPLICATION-ID-HERE
module_urltitle
- 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'