-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add daily reminders for meetups happening today #3
Conversation
cc @chtzvt I am curious for your feedback on this 👀 |
5f69382
to
0e89ba2
Compare
@chtzvt I'd really like to make this feature happen 🙂 |
@iBotPeaches might you take a look? |
26ba138
to
2ad992f
Compare
After chatting a bit with Charlton yesterday, I'm going to add a |
2ad992f
to
4c9279c
Compare
c09d6f1
to
2c327bc
Compare
2c327bc
to
75d653d
Compare
Couldn't figure out how to rebase the commit cleanly, so I'm moving this PR over to #7 |
This PR adds the capability to post daily reminders for meetup events happening today to slack:
Daily reminders
Fixes #1
Extra
It also adds the capability to replace the houly 60 minute event reminders in the Tampa Devs slack that are currently going to
#meetup-reminders
to address #4 (though actually replacing those are outside of the scope of this PR), and makes some small tweaks to the weekly event reminders (like posting events happening just this week instead of two weeks out).The
main.rb
script would now be invoked asruby main.rb [--daily|--hourly|--weekly]
. By defaultruby main.rb
with no arguments defaults tomain.rb --weekly
as to maintain backwards compatibility with how the script is currently being invoked.