Go to file
PrgmrBill 86d95c6481 Adds title to SpiffyTitles README 2015-04-10 16:24:00 -04:00
local Initial commit for SpiffyTitles. This plugin is intended to replace 2015-04-09 21:54:40 -04:00
README.md Adds title to SpiffyTitles README 2015-04-10 16:24:00 -04:00
__init__.py Initial commit for SpiffyTitles. This plugin is intended to replace 2015-04-09 21:54:40 -04:00
__init__.pyc Initial commit for SpiffyTitles. This plugin is intended to replace 2015-04-09 21:54:40 -04:00
config.py Adds some comments on configuration options 2015-04-10 16:13:03 -04:00
config.pyc Initial commit for SpiffyTitles. This plugin is intended to replace 2015-04-09 21:54:40 -04:00
plugin.py Fixes #9 - Removes superfluous whitespace in titles 2015-04-10 15:32:59 -04:00
plugin.pyc Initial commit for SpiffyTitles. This plugin is intended to replace 2015-04-09 21:54:40 -04:00
test.py Initial commit for SpiffyTitles. This plugin is intended to replace 2015-04-09 21:54:40 -04:00
test.pyc Initial commit for SpiffyTitles. This plugin is intended to replace 2015-04-09 21:54:40 -04:00

README.md

SpiffyTitles

Displays link titles when posted in a channel.

Available Options

defaultTitleTemplate - This is the template used when showing the title of a link.

Default:

^ Google.com

youtubeTitleTemplate - This is the template used when showing the title of a YouTube video

Default:

^ Example Video Title :: Views: 3,1337 :: Rating: 5.0

useBold - Whether to bold the title. Defaults to False

userAgents - A comma separated list of strings of user agents randomly chosen when requesting.

urlRegularExpression - A regular expression used to match URLs. You shouldn't need to change this.

FAQ

Q: Why not use the Web plugin? A: My experience was that it didn't work very well and lacked the ability to customize its options

Q: What about Supybot-Titler ? A: I couldn't get this to work on my system and it has a lot of features I didn't want

Q: It doesn't work for me. What can I do? A: Open an issue and include at minimum the following:

  • Brief description of the problem
  • Any errors that were logged (Look for the ones prefixed "SpiffyTitles")
  • How to reproduce the effect
  • Any other information you think would be helpful