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
- Host: GitHub
- URL: https://github.com/buildo/meetuppo
- Owner: buildo
- License: mit
- Archived: true
- Created: 2018-01-22T15:07:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T13:07:02.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T00:02:47.723Z (over 1 year ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```