arasatasaygin / openlogos

Free logos for open source projects
http://openlogos.org
2.6k stars 67 forks source link

birdangle #11

Closed arasatasaygin closed 6 years ago

arasatasaygin commented 6 years ago

To claim this logo

hattan commented 6 years ago

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

arasatasaygin commented 6 years ago

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

christhekeele commented 6 years ago

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

hattan commented 6 years ago

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

arasatasaygin commented 6 years ago

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