-
Notifications
You must be signed in to change notification settings - Fork 6
Automated meetup notifications? #1
Comments
Hello @rwanyoike 😺 you would like for the bot to send tweets, email and notify on IRC once a month. On which day of the month? What about the time that this should take place? I need a little more info. |
We know the meeting is on the first Saturday of the month, which you could get programatically—work backwards from there. I assume IRC is easiest (as it's an IRC bot afterall), so perhaps it could announce on IRC ten days before, seven days before, five days before, then three, two, one? :) |
Nice 10, 7, 3,2,1. It would be fun if we could make it send email and tweet over and above posting on IRC. But email to who? To a list of email addresses? To the mailing list? |
E-mail and tweet are harder... because those involve things that are not On Wed, Dec 2, 2015 at 10:34 AM Njagi Mwaniki notifications@github.com
|
Sure, lets stick to irc. What do you think @urbanslug, make use of a timer library? |
@alanorth Yeah, do one thing and do it well. Staying true to the Unix philosophy. |
To my surprise this isn't as easy to implement as I expected so I shall it shall take a while. See, https://en.wikipedia.org/wiki/Determination_of_the_day_of_the_week |
It's good to learn these things, HAHA! On Tue, Dec 15, 2015 at 8:38 AM, Njagi Mwaniki notifications@github.com
Alan Orth |
I just thought that it could query the system date and use that to notify users. Why didn't this simple solution come to mind? 😺 |
@urbanslug are you working on this? I set this repo up https://github.com/nairobilug/hello-notify - we should team up! |
@rwanyoike Interesting that you should ask me about the support of another repo in this one. Uh, I could but the time. What about @oguya ? or @eebrah or @fredmanglis ? Let's see their code for once. 😺 |
A nice enhancement to have would be automated meetup notifications.
Our meetups (@nairobilug) - every 1st Saturday of the month - are always announced late. If we could automate notifications* every ~30 days, I think turnout would be better.
* mailing list (email), twitter and irc. 👍
The text was updated successfully, but these errors were encountered: