nekobot

NekoBot API Python Wrapper


Keywords
nekobot, api, discord
License
MIT
Install
pip install nekobot==1.2

Documentation

NekoBotAPI-py

NekoBot API Python Wrapper

Getting Started

Prerequisites

  • Python3

Installing

Install with pip

pip install nekobot

or install locally

git clone https://github.com/hibikidesu/NekoBotAPI-py.git
cd NekoBotAPI-py
python3 setup.py install

Examples are under the examples directory