Go to file
oddluck d2118e773f IMDb: break on match, url in debug 2020-07-05 23:31:57 +00:00
AzuraCast AzuraCast: fix error when no video 2020-06-30 21:55:44 +00:00
Azure Code formatting. 2020-06-30 22:03:05 +00:00
BadWords Code formatting. 2020-06-30 22:03:05 +00:00
BotLibre Code formatting. 2020-06-30 22:03:05 +00:00
CAH Code formatting. 2020-06-30 22:03:05 +00:00
CBB Code formatting. 2020-06-30 22:03:05 +00:00
CFB Code formatting. 2020-06-30 22:03:05 +00:00
Cayenne Code formatting. 2020-06-30 22:03:05 +00:00
Cobe Code formatting. 2020-06-30 22:03:05 +00:00
Corona Code formatting. 2020-06-30 22:03:05 +00:00
CoronaLight Code formatting. 2020-06-30 22:03:05 +00:00
Dice Code formatting. 2020-06-30 22:03:05 +00:00
DuckHunt Code formatting. 2020-06-30 22:03:05 +00:00
Fun Code formatting. 2020-06-30 22:03:05 +00:00
Geo Code formatting. 2020-06-30 22:03:05 +00:00
GoogleCloud GoogleCloud: pass requests params 2020-07-02 01:44:18 +00:00
HuntNFish Code formatting. 2020-06-30 22:03:05 +00:00
IMDb IMDb: break on match, url in debug 2020-07-05 23:31:57 +00:00
Jeopardy Jeopardy: weed out more broken questions 2020-07-01 01:33:38 +00:00
Lyrics Lyrics/IMDB: except search plugin errors 2020-07-02 00:54:55 +00:00
NBA Code formatting. 2020-06-30 22:03:05 +00:00
NFL Code formatting. 2020-06-30 22:03:05 +00:00
NHL Code formatting. 2020-06-30 22:03:05 +00:00
Odds Code formatting. 2020-06-30 22:03:05 +00:00
PGA Code formatting. 2020-06-30 22:03:05 +00:00
Soccer Code formatting. 2020-06-30 22:03:05 +00:00
SpiffyTitles SpiffyTitles: fix imdb regex 2020-06-30 20:22:40 +00:00
TVMaze Code formatting. 2020-06-30 22:03:05 +00:00
TextAdventures Code formatting. 2020-06-30 22:03:05 +00:00
TextArt Code formatting. 2020-06-30 22:03:05 +00:00
TimeBomb Code formatting. 2020-06-30 22:03:05 +00:00
Trackers Code formatting. 2020-06-30 22:03:05 +00:00
TriviaTime Code formatting. 2020-06-30 22:03:05 +00:00
Tweety Code formatting. 2020-06-30 22:03:05 +00:00
UNO UNO: fix bug with draw/done 2020-07-05 05:22:07 +00:00
Undercut Code formatting. 2020-06-30 22:03:05 +00:00
UndernetX Code formatting. 2020-06-30 22:03:05 +00:00
Unicode Code formatting. 2020-06-30 22:03:05 +00:00
UrbanDictionary Code formatting. 2020-06-30 22:03:05 +00:00
Weed Code formatting. 2020-06-30 22:03:05 +00:00
WolframAlpha Code formatting. 2020-06-30 22:03:05 +00:00
WordGames Code formatting. 2020-06-30 22:03:05 +00:00
WorldTime Code formatting. 2020-06-30 22:03:05 +00:00
YouTube YouTube: remove dependencies, simplify, cleanup 2020-05-21 05:01:21 -04:00
.git-blame-ignore-revs Jeopardy: weed out more broken questions 2020-07-01 01:33:38 +00: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