/kxmod

Modules

Primary LanguagePythonMIT LicenseMIT

kxmod

This is a repository of utilities.

convert: Convert files between different formats.

Installation

pip install -e .

Usage

Bot

Send messages to Slack/LINE.

from kxmod.service import SlackBot

bot = SlackBot()

bot.say('Hello World!')
bot.upload("cat", "cat.jpg")

@bot.listen
def hello_world():
    return "Hello World!"