日本語の紹介記事はこちら。
This is a tool to get event(meetup) information and send the information to a channel in Slack. The event information is provided by event provider's site such as Meetup and Eventbrite(the others are mainly only used in Japan). The event information will be sent to Slack if the title or description contains keyword specified in the configuration file.
- Get binary and conf.yml from release and place them in the same directory.
- Configure conf.yml. Comment in the file is descriptive enough.
- Run the binary with
nohup
likenohup ./enotify-slack &
or run it in screen/tmux session.
enotify-slack uses api shown below.
- Event provider's site
- ATND
- Connpass
- Doorkeeper
- Eventbrite
- Meetup
- StreetAcademy
- Zusaar
- Slack
- Slack
enotify-slack is under the Apache 2.0 license. See the LICENSE file for details.