From a96e340dcae1d612e84dfae837e7f14ff67653fa Mon Sep 17 00:00:00 2001 From: James Lu Date: Mon, 3 Dec 2018 17:59:57 -0800 Subject: [PATCH] Add some more dependency notes [skip ci] --- MCInfo/plugin.py | 2 +- README.md | 5 +++++ Wikifetch/README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/MCInfo/plugin.py b/MCInfo/plugin.py index 0a02699..2235743 100644 --- a/MCInfo/plugin.py +++ b/MCInfo/plugin.py @@ -1,5 +1,5 @@ ### -# Copyright (c) 2016, James Lu +# Copyright (c) 2016, James Lu # All rights reserved. # # Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index e777a77..ea23154 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Most of these plugins also have their own READMEs in their folders; you can usua ##### LastFM - LastFM plugin, forked from [krf/supybot-lastfm](https://github.com/krf/supybot-lastfm). +##### MCInfo +- Fetches information from [minecraft.gamepedia.com](https://minecraft.gamepedia.com/). + - **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/) + ##### [Namegen](Namegen/README.md) - A small random name generator. @@ -105,3 +109,4 @@ Most of these plugins also have their own READMEs in their folders; you can usua ##### Wikifetch - Fork of [ProgVal's Wikipedia plugin](https://github.com/ProgVal/Supybot-plugins), with support for other wikis (via a `--site` option) and other improvements. + - **Requires:** [lxml](https://lxml.de/installation.html) diff --git a/Wikifetch/README.md b/Wikifetch/README.md index 7a274d7..2d937bc 100644 --- a/Wikifetch/README.md +++ b/Wikifetch/README.md @@ -1,4 +1,4 @@ -Grabs data from Wikipedia and other MediaWiki-powered sites. +Grabs data from Wikipedia and other MediaWiki-powered sites. This plugin requires the [lxml](https://lxml.de/installation.html) Python module. ## Usage