Go to file
cottongin d548de01c5 Add LICENSE 2019-01-04 17:18:25 +00:00
LICENSE Add LICENSE 2019-01-04 17:18:25 +00:00
README.md initial commit 2019-01-04 11:17:04 -06:00
__init__.py initial commit 2019-01-04 11:17:04 -06:00
config.py initial commit 2019-01-04 11:17:04 -06:00
plugin.py initial commit 2019-01-04 11:17:04 -06:00
requirements.txt initial commit 2019-01-04 11:17:04 -06:00
test.py initial commit 2019-01-04 11:17:04 -06:00

README.md

TVMaze

Limnoria plugin to fetch TV show information and schedules from tvmaze.com API

Instructions

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

  2. Install requirements for the plugin via pip pip install -r requirements.txt

  3. Load the plugin on your bot