Go to file
oddluck cfd4fd606a Readd old Corona plugin as CoronaLight 2020-03-25 17:31:10 +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 Delete test.py 2020-03-01 16:22:31 -05: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 site layout changes 2020-03-24 17:11:46 +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 Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
GoogleCloud Azure/GoogleCloud: per-channel langauge configs 2020-03-14 00:29:06 +00:00
HuntNFish Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
IMDb IMDb: fix error when fields missing 2020-03-14 01:07:19 +00:00
Jeopardy Jeopardy: handle no questions available 2020-03-16 22:15:56 +00:00
Lyrics Fix missing import 2020-03-07 19:05:14 +00:00
Markovgen Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +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 twitch handler header 2020-03-05 03:48:15 +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: fix typo, error handling 2020-03-19 19:46:38 +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 Update READMEs for PluginDownloader info 2020-02-24 20:21:56 +00:00
Tweety Tweety: use requests_oauthlib, add retry 2020-03-24 16:02:44 +00: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 Update README 2020-03-02 16:18:35 +00: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 Various minor changes and deletions. 2020-03-01 07:40:13 +00:00
YouTube YouTube/SpiffyTitles: update API instructions 2020-03-02 15:35:10 +00: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 Remove fake-useragent requirement 2020-03-04 20:26:35 +00: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