New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
birdangle #11
Comments
Hi - Thanks for all the hard work! I'd like to claim this logo for Kairo, a project I'm currently developing. Kairo is a python framework for easily building slack bots. The idea is to remove all the plumbing work when using the python slack_client and provide easy to use conventions for building bots. The idea is that with only a few lines of code, you can have a working slack bot that is able to respond to commands. This is a working example: from kairo import Kairo
k = Kairo(__name__)
@k.command("hello <f_name> <l_name>")
def foo(user,f_name,l_name):
return "Hello {f_name} {l_name}, it's nice to meet you!".format(f_name=f_name,l_name=l_name)
k.start_bot() |
Hello @hattan |
Hey @christhekeele - thanks for the feedback, I do agree flame looks good. Just personally I think birdangle fits in better. But that's a subjective opinion :) |
Congrats @hattan Thanks again for claiming and supporting everyone. ~ Aras |
To claim this logo
The text was updated successfully, but these errors were encountered: