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

have a greeter bot on slack instance #16

Open
tansaku opened this issue Nov 21, 2016 · 4 comments
Open

have a greeter bot on slack instance #16

tansaku opened this issue Nov 21, 2016 · 4 comments

Comments

@tansaku
Copy link
Contributor

tansaku commented Nov 21, 2016

codebuddies have one of these - just an automated welcome DM on their slack instance, that tells' people about the community and how to get involved

@tansaku
Copy link
Contributor Author

tansaku commented Nov 21, 2016

seems like we can do that with following code:

controller.on('team_joined',function(bot, message) {
    bot.reply(message, 'Welcome aboard!');
});

added to https://github.com/AgileVentures/async_slack_bot

perhaps we should get this bot deployed to heroku, drie or AWS?

@arreche
Copy link

arreche commented Nov 21, 2016

This bot could lead new users through a series of steps and reward them with "agility" points 💰

  1. Introduce yourself on #new_members.
  2. See Help Wanted projects/tasks for this month.
  3. Shorter version of http://www.agileventures.org/getting-started

@tansaku
Copy link
Contributor Author

tansaku commented Feb 1, 2017

@arreche great suggestions - I have the bot deployed on AWS and greeting folks ATM with the following:

Welcome and great to have you with us! Please do introduce yourself in #new_members (if you haven't already), and if you have any general technical thoughts/issues/questions please ask in #techtalk - #random is for everything else 🙂

see https://github.com/AgileVentures/AgileVentures/blob/master/JOINING_A_PROJECT.md for more on joining a project

@tansaku
Copy link
Contributor Author

tansaku commented Feb 1, 2017

maybe make some other tickets for extending - (agility points) - or carry on chatting here - either way :-)

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

2 participants