Go to file
oddluck 3e33f0eae8 SpiffyTitles: fix imdb regex 2020-06-30 20:22:40 +00:00
AzuraCast AzuraCast: add viewers to nowplaying 2020-06-30 20:02:19 +00: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/SpiffyTitles: cleanup, formatting 2020-06-04 13:15:46 -04: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 Lyrics/IMDb: fix for google plugin in testing 2020-06-01 13:27:52 +00:00
Jeopardy Jeopardy: add numHints variable to template.hint 2020-06-18 17:09:12 -04:00
Lyrics Lyrics: formatting fix 2020-06-02 00:35:15 +00: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: fix imdb regex 2020-06-30 20:22:40 +00: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 TextArt: minor edit to last commit 2020-06-02 02:22:23 +00: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 Tweety: update search operator 2020-06-09 16:02:11 -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 WolframAlpha: float btc input/output 2020-06-23 15:21:22 +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-06-09 22:20:02 -04: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

License: WTFPL Code style: black