mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 12:31:07 -05:00
Initial commit.
This commit is contained in:
parent
8aceab73f1
commit
9417cc1aa8
@ -6,10 +6,7 @@
|
||||
|
||||
#### This plugin requires Python 3 and Limnoria
|
||||
|
||||
1. Clone this repository into your bot/plugins directory
|
||||
```
|
||||
git clone --depth=1 https://gitlab.com/cottongin/TVMaze.git
|
||||
```
|
||||
1. Install with PluginDownloader @install oddluck TVMaze
|
||||
|
||||
2. Install requirements for the plugin via pip
|
||||
```
|
||||
@ -42,4 +39,4 @@ You can use @settvmazeoptions to save common command options to make using comma
|
||||
This stores settings per nick, you can clear them via --clear:
|
||||
```
|
||||
@settvmazeoptions --clear
|
||||
```
|
||||
```
|
@ -20,13 +20,15 @@ __version__ = ""
|
||||
# XXX Replace this with an appropriate author or supybot.Author instance.
|
||||
__author__ = supybot.Author('cottongin', 'cottongin',
|
||||
'cottongin@cottongin.club')
|
||||
__maintainer__ = getattr(supybot.authors, 'oddluck',
|
||||
supybot.Author('oddluck', 'oddluck', 'oddluck@riseup.net'))
|
||||
|
||||
# This is a dictionary mapping supybot.Author instances to lists of
|
||||
# contributions.
|
||||
__contributors__ = {}
|
||||
|
||||
# This is a url where the most recent plugin package can be downloaded.
|
||||
__url__ = 'https://gitlab.com/cottongin/TVMaze'
|
||||
__url__ = 'https://github.com/oddluck/limnoria-plugins/'
|
||||
|
||||
from . import config
|
||||
from . import plugin
|
Loading…
x
Reference in New Issue
Block a user