Go to file
Gordon Shumway db7451ad9d
Add Gemini plugin
2024-08-05 20:39:58 -04:00
Azure Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
CAH Bulk add `setup.py` files + repair empty `__maintainer__` lines (#48) 2022-08-30 17:18:54 -04:00
Cayenne Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
ChatGPT Update README.md 2024-06-13 16:49:16 -04:00
Corona Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
Dice Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
DuckHunt Bulk add `setup.py` files + repair empty `__maintainer__` lines (#48) 2022-08-30 17:18:54 -04:00
Fun Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
Gemini Add Gemini plugin 2024-08-05 20:39:58 -04:00
Geo Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
GoogleCloud Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
HuntNFish Bulk add `setup.py` files + repair empty `__maintainer__` lines (#48) 2022-08-30 17:18:54 -04:00
IMDb Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
Jeopardy Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
Soccer Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
SpiffyTitles SpiffyTitles: Fix install link (#63) 2024-06-13 16:28:02 -04:00
TVMaze Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
TextAdventures Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
TextArt Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
TimeBomb Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
UNO Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
Undercut Bulk add `setup.py` files + repair empty `__maintainer__` lines (#48) 2022-08-30 17:18:54 -04:00
UndernetX Bulk add `setup.py` files + repair empty `__maintainer__` lines (#48) 2022-08-30 17:18:54 -04:00
Unicode Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
UrbanDictionary Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
WolframAlpha Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
WordGames Bulk add `setup.py` files + repair empty `__maintainer__` lines (#48) 2022-08-30 17:18:54 -04:00
WorldTime Modernize inits for python 3.12 2024-01-09 01:59:50 +00:00
YouTube Modernize inits for python 3.12 2024-01-09 01:59:50 +00: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 2023-05-31 01:33:55 -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