This is a repository of utilities.
convert
: Convert files between different formats.
pip install -e .
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!"