norikra / norikra-client-python

norikra client for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Norikra-client-python

client library of norikra-client.

Note: This does not include CLI, only library.

Install

% pip install "git+https://github.com/norikra/norikra-client-python.git"

Usage

from norikraclient.client import Client

norikra = Client()
norikra.send('your_target', [{'ham': 'spam'}])

License

MIT License

About

norikra client for python

License:MIT License


Languages

Language:Python 100.0%