Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Modules

Riku Lindblad edited this page Feb 22, 2016 · 5 revisions

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

Twitter

  1. Create a Twitter application at https://dev.twitter.com/apps
  2. Use util/twitter_application_auth.py to generate the bearer key
  3. Put the bearer key in config.yml under module_urltitle with the key 'twitter_bearer'
Clone this wiki locally