Skip to content
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

Closed
arasatasaygin opened this issue Jun 18, 2018 · 5 comments
Closed

birdangle #11

arasatasaygin opened this issue Jun 18, 2018 · 5 comments

Comments

@arasatasaygin
Copy link
Owner

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.
@hattan
Copy link

hattan commented Jun 19, 2018

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
Copy link
Owner Author

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

@christhekeele
Copy link

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
Copy link

hattan commented Jul 23, 2018

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants