oddluck / limnoria-plugins

Limnoria plugins I wrote or forked.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Limnoria plugins I wrote or forked.

License:Do What The F*ck You Want To Public License


Languages

Language:Python 98.8%Language:HTML 1.2%