Go to file
oddluck ad492c14f9 add AzuraIRC plugin 2020-06-13 10:13:21 +00:00
AzuraCast add AzuraIRC plugin 2020-06-13 10:13:21 +00:00
Azure
BadWords
BotLibre
CAH CAH: fix missing import 2020-04-28 22:02:49 +00:00
CBB
CFB
Cayenne
Cobe
Corona Corona/SpiffyTitles: cleanup, formatting 2020-06-04 13:15:46 -04:00
CoronaLight
Dice
DuckHunt
Fun
Geo Set more config variables private 2020-05-09 01:43:09 -04:00
GoogleCloud
HuntNFish
IMDb Lyrics/IMDb: fix for google plugin in testing 2020-06-01 13:27:52 +00:00
Jeopardy Jeopardy: minor edit to last commit 2020-06-01 23:56:45 +00:00
Lyrics Lyrics: formatting fix 2020-06-02 00:35:15 +00:00
NBA
NFL
NHL
Odds
PGA
Soccer
SpiffyTitles SpiffyTites: minor edit to last commit 2020-06-13 00:20:29 +00:00
TVMaze
TextAdventures
TextArt TextArt: minor edit to last commit 2020-06-02 02:22:23 +00:00
TimeBomb
Trackers
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
Undercut
UndernetX
Unicode
UrbanDictionary
Weed Set more config variables private 2020-05-09 01:43:09 -04:00
WolframAlpha
WordGames
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
README.md Update README.md 2020-06-09 22:20:02 -04:00
requirements.txt

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