Skip to content

ksterx/kxmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!"

About

Modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published