arasatasaygin / openlogos

Free logos for open source projects

Home Page:http://openlogos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

birdangle

arasatasaygin opened this issue · comments

commented

To claim this logo

  • Introduce your active open source project.
  • Community can upvote your comment and you can upvote other projects as well.
  • Starting from 1st of July, I will give one logo per day until the end of month according to these upvotes.

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()

https://github.com/hattan/kairo

commented

Hello @hattan
Thanks for claiming. Kairo looks great. Cheers.

Hey @hattan!

While the colors here are Slack-esque, have you thought about the flame logo? It seems a good fit with the name Kairo (re: capital of Egypt, home of the pyramids, Cairo).

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 :)

commented

Congrats @hattan
Can you please get in touch with me from arasatasaygin-at-gmail.com. I'll share all resource files, fonts, and sticker mule voucher.

Thanks again for claiming and supporting everyone.
Cheers

~ Aras