Skip to content

Flowelfox/pybotman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBotman

Python Botman API Wrapper

PyPI PyPI - Python Version PyPI - License

Written by Flowelcat

Introduction

This library provides a pure Python interface for the Botman API. It works with Python 3+.

Botman API provides bot control features along with providing some methods for fetching data from bot's database.

Installing

You can install pybotman using:

$ pip install pybotman

Using

from pybotman import BotmanApi

botman = BotmanApi("https://example.com/v1/", "some_token")
print(botman.get_api_status())

About

Python API wrapper for botman bots

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages