mirror of
https://github.com/jlu5/SupyPlugins.git
synced 2025-04-26 04:51:08 -05:00
Add some more dependency notes
[skip ci]
This commit is contained in:
parent
0a3e6d9012
commit
a96e340dca
@ -1,5 +1,5 @@
|
||||
###
|
||||
# Copyright (c) 2016, James Lu <glolol@overdrivenetworks.com>
|
||||
# Copyright (c) 2016, James Lu <james@overdrivenetworks.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user