Amatobahn / NightPy

An unofficial python3+ wrapper for Nightbot API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

PyPI version

A python wrapper for Nightbot API

API documentation : https://api-docs.nightbot.tv/

Install

From PyPI:

pip install NightPy

Using Distributed Wheel from GitHub:

pip install NightPy-2018.1.1-py3-none-any.whl

Usage

from NightPy.nightpy import NightPy


np = NightPy(api_token_here)

np.skip_current_queue_item()

About

An unofficial python3+ wrapper for Nightbot API

License:Apache License 2.0


Languages

Language:Python 100.0%