Go to file
Gordon Shumway 4b00b636e6
Update plugin.py
2021-04-01 21:20:43 -04:00
AzuraCast AzuraCast: fix error when no video 2020-06-30 21:55:44 +00:00
Azure Azure: add nativeName lookups. 2020-08-02 03:58:43 -04: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 Update plugin.py 2021-04-01 21:20:43 -04:00
CoronaLight Code formatting. 2020-06-30 22:03:05 +00:00
Dice Code formatting. 2020-06-30 22:03:05 +00:00
DuckHunt Update plugin.py (#29) 2020-07-19 18:55:54 -04: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: Remove old import. 2020-10-14 21:42:18 -04:00
Jeopardy Jeopardy: weed out more broken questions 2020-07-01 01:33:38 +00:00
Lyrics Lyrics: Strip superfluous space. 2020-07-22 00:04:50 +00:00
NBA NBA: Fix potential cache dircetory issues. 2020-07-20 21:33:38 +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 Odds: Fix crashes if league is neither 4 or 6 (#33) 2020-12-15 04:58:49 -05: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: Use protcols.http.proxy config. 2020-08-02 16:14:53 -04:00
TVMaze Code formatting. 2020-06-30 22:03:05 +00:00
TextAdventures Code formatting. 2020-06-30 22:03:05 +00:00
TextArt TextArt: CIEDE2000 Power Function 2021-03-31 22:29:10 -04:00
TimeBomb TimeBomb: channel-specific prefix characters 2020-07-18 09:50:43 +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: channel-specific prefix characters 2020-07-18 10:08: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 Update plugin.py 2021-03-16 02:50:50 -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