An open API service indexing awesome lists of open source software.

https://github.com/buildo/meetuppo

meetuppo reads events from meetup.com and posts them on slack
https://github.com/buildo/meetuppo

Last synced: about 1 year ago
JSON representation

meetuppo reads events from meetup.com and posts them on slack

Awesome Lists containing this project

README

          

# meetuppo
meetuppo reads events from meetup.com and posts them on slack

## how to run

```bash
docker run -e MEETUP_KEY={your meetup key} -e SLACK_WEBHOOK={your slack webhook} -e SCHEDULE='* * * * *' quay.io/buildo/metuppo:latest
```