A python wrapper for Nightbot API
API documentation : https://api-docs.nightbot.tv/
From PyPI:
pip install NightPy
Using Distributed Wheel from GitHub:
pip install NightPy-2018.1.1-py3-none-any.whl
from NightPy.nightpy import NightPy
np = NightPy(api_token_here)
np.skip_current_queue_item()