aboutsummaryrefslogtreecommitdiff
path: root/bot.conf.example
Commit message (Collapse)AuthorAgeFilesLines
* move bot.conf.example to docs/Gravatar jesopo2019-10-171-90/+0
|
* add github-token to bot.conf.example, use in github.py when availableGravatar jesopo2019-09-301-0/+3
|
* remove external_modules/ and replace with bot.conf and cli argGravatar jesopo2019-09-271-0/+3
|
* update bot.conf.example to reflect localhost-onlyGravatar jesopo2019-09-131-3/+1
|
* add 'module-blacklist/whitelist' to bot.conf - use that as well as DB settingGravatar jesopo2019-06-011-0/+6
|
* Move isgd.py to shorturl.py and switch back to using bit.lyGravatar jesopo2019-05-011-0/+3
|
* Add opencagedata-api-key to bot.conf.exampleGravatar jesopo2019-04-281-0/+3
|
* Add 'api-port' setting to bot.conf and use it in rest_api.pyGravatar jesopo2019-03-131-0/+1
|
* Link to a better resource that explains how to get custom search api key and IDGravatar jesopo2019-02-171-2/+1
|
* Add comment to show where to find Custom Search search engine IDGravatar jesopo2019-02-171-1/+2
|
* Clarify how to get google search api keysGravatar jesopo2019-02-171-1/+1
|
* Spotify now requires access tokens to use it's API (spotify.py)Gravatar jesopo2019-01-291-0/+4
|
* Add clarification to the top of bot.conf.example about leaving settings blank orGravatar jesopo2019-01-291-0/+3
| | | | removing them
* Add 'bot-channel' config in bot.conf.example and use it, if present, inGravatar jesopo2018-12-061-0/+3
| | | | bot_channel.py
* Comment tls-* keys in bot.conf.exampleGravatar jesopo2018-12-051-0/+3
|
* Add horizontal spacing to bot.conf.example, otherwise it's very confusingGravatar jesopo2018-12-051-0/+16
|
* Add first version of modules/imgur.pyGravatar jesopo2018-10-311-0/+2
|
* Remvoe 'control-socket' from bot.conf.exampleGravatar jesopo2018-10-071-2/+0
|
* Add control-socket to bot.conf.example, only start up control socket is a unixGravatar jesopo2018-10-061-0/+2
| | | | domain socket location is provided
* Require modules/rest_api.py has tls cert/keyGravatar jesopo2018-10-051-1/+3
|
* 'ssl-certificate'/'ssl-key' -> 'tls-certificate'/'tls-key'Gravatar jesopo2018-10-051-2/+2
|
* Comment config options!Gravatar jesopo2018-09-261-2/+17
|
* Add support for TLS client certificate/keyGravatar jesopo2018-09-171-0/+2
|
* bitly-api-key isn't used anymoreGravatar jesopo2018-09-091-1/+0
|
* Add virustotal-api-key to bot.conf.exampleGravatar jesopo2018-09-021-0/+1
|
* switch to using configparser for config filesGravatar jesopo2018-07-161-0/+23