Go to file
oddluck c14b0852a7 YouTube: remove dependencies, simplify, cleanup 2020-05-21 05:01:21 -04:00
Azure Azure/GoogleCloud: per-channel langauge configs 2020-03-14 00:29:06 +00:00
BadWords Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
BotLibre Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
CAH CAH: fix missing import 2020-04-28 22:02:49 +00:00
CBB Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
CFB Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
Cayenne Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
Cobe Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
Corona Corona: fix for latest site change 2020-05-15 09:15:33 +00:00
CoronaLight Readd old Corona plugin as CoronaLight 2020-03-25 17:31:10 +00:00
Dice Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
DuckHunt Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
Fun Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
Geo Set more config variables private 2020-05-09 01:43:09 -04:00
GoogleCloud GoogleCloud: unescape html in replies 2020-04-27 21:50:43 +00:00
HuntNFish Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
IMDb IMDb: fix for missing tomatoMeter scores 2020-05-19 19:15:07 -04:00
Jeopardy Update __init__.py 2020-05-02 19:38:34 -04:00
Lyrics IMDb/Lyrics: add more error/debug logging 2020-05-19 18:39:26 -04:00
NBA NBA: use pacific time for date display 2020-03-12 18:03:26 +00:00
NFL Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
NHL Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
Odds Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
PGA Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
Soccer Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
SpiffyTitles SpiffyTitles: language/userAgents > default config 2020-05-11 09:49:53 -04:00
TVMaze Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
TextAdventures TextAdventures: try/except message handling 2020-03-01 22:24:37 +00:00
TextArt Set more config variables private 2020-05-09 01:43:09 -04:00
TimeBomb TimeBomb: fix nick exclusions 2020-03-12 17:34:03 +00:00
Trackers Remove unnecessary decoding. 2020-03-01 21:06:47 +00:00
TriviaTime TriviaTime: don't use NormalizedString for paths 2020-05-12 16:12:43 -04:00
Tweety Set more config variables private 2020-05-09 01:43:09 -04:00
UNO Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
Undercut Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
UndernetX Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
Unicode Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
UrbanDictionary Various minor changes and deletions. 2020-03-01 07:40:13 +00:00
Weed Set more config variables private 2020-05-09 01:43:09 -04:00
WolframAlpha Jeopardy/Wolfram: text reformatting 2020-03-07 00:13:05 +00:00
WordGames Update README 2020-03-02 16:18:35 +00:00
WorldTime Set more config variables private 2020-05-09 01:43:09 -04:00
YouTube YouTube: remove dependencies, simplify, cleanup 2020-05-21 05:01:21 -04:00
LICENSE Add files via upload 2020-02-28 14:17:16 -05:00
README.md Update README.md 2020-03-02 11:19:45 -05:00
requirements.txt Update requirements.txt 2020-04-18 22:39:56 -04:00

README.md

paypal

Limnoria (an IRC bot) plugins I wrote or forked. All working under Python 3.

Requires Limnoria, obviously. Additional requirements in requirements.txt files

Plugins assume Python 3.6+, though many may still work with older versions.

Easy installation:

load PluginDownloader
repolist oddluck
install oddluck PluginName
cd YourBotDirectory/plugins/PluginName
python3 -m pip install -r requirements.txt --upgrade
load PluginName

See README files in plugin directories for additional information and instructions.

gitlab mirror: https://gitlab.com/oddluck/limnoria-plugins