Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

hibikidesu/NekoBotAPI-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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