Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.

Automated meetup notifications? #1

Open
rwanyoike opened this issue Dec 1, 2015 · 11 comments
Open

Automated meetup notifications? #1

rwanyoike opened this issue Dec 1, 2015 · 11 comments

Comments

@rwanyoike
Copy link

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

@rwanyoike rwanyoike changed the title Automated meeting notifications? Automated meetup notifications? Dec 1, 2015
@urbanslug
Copy link
Collaborator

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.

@urbanslug urbanslug self-assigned this Dec 2, 2015
@alanorth
Copy link

alanorth commented Dec 2, 2015

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

@urbanslug
Copy link
Collaborator

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?

@alanorth
Copy link

alanorth commented Dec 2, 2015

E-mail and tweet are harder... because those involve things that are not
IRC, and it's not like read-only fetching a web page that it's already
doing—it would have to use SMTP for sending mail, and then what username,
password, and server does it use? And who does it send to? Same questions
for tweeting. I don't think the IRC bot should send mail or tweet.

On Wed, Dec 2, 2015 at 10:34 AM Njagi Mwaniki [email protected]
wrote:

Nice 10, 7, 3,2,1.

It would be fun if we could make it send email and tweet on top of IRC.
But email to who? To a list of email addresses? To the mailing list?


Reply to this email directly or view it on GitHub
#1 (comment)
.

@rwanyoike
Copy link
Author

Sure, lets stick to irc. What do you think @urbanslug, make use of a timer library?

@urbanslug
Copy link
Collaborator

@alanorth Yeah, do one thing and do it well. Staying true to the Unix philosophy.
@rwanyoike Yeah, can be done 😸

@urbanslug
Copy link
Collaborator

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

@alanorth
Copy link

It's good to learn these things, HAHA!

On Tue, Dec 15, 2015 at 8:38 AM, Njagi Mwaniki [email protected]
wrote:

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


Reply to this email directly or view it on GitHub
#1 (comment)
.

Alan Orth
[email protected]
https://alaninkenya.org
https://mjanja.ch
"In heaven all the interesting people are missing." ―Friedrich Nietzsche
GPG public key ID: 0x8cb0d0acb5cd81ec209c6cdfbd1a0e09c2f836c0

@urbanslug
Copy link
Collaborator

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? 😺

@rwanyoike
Copy link
Author

@urbanslug are you working on this? I set this repo up https://github.com/nairobilug/hello-notify - we should team up!

@urbanslug
Copy link
Collaborator

@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. 😺

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

No branches or pull requests

3 participants