https://github.com/samprotas/slack-groupme-bridge
A bridge between a GroupMe group and a Slack channel
https://github.com/samprotas/slack-groupme-bridge
Last synced: about 1 year ago
JSON representation
A bridge between a GroupMe group and a Slack channel
- Host: GitHub
- URL: https://github.com/samprotas/slack-groupme-bridge
- Owner: SamProtas
- License: bsd-3-clause
- Created: 2017-11-12T22:29:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-21T07:04:54.000Z (over 8 years ago)
- Last Synced: 2023-02-27T13:41:26.905Z (over 3 years ago)
- Language: Haskell
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-groupme-bridge
A messaging bridge connecting a GroupMe Group with a Slack Channel.
As part of an attempt to migrate my friends' group message from GroupMe to Slack I'm building this. The hope is this
will make it possible for a portion of the group to migrate to Slack without fragmenting the conversation. Then we can
peer pressure the hold outs 😏.
## Local Dev
To test small changes, use the repl:
```bash
stack repl
```
To build for prod and run a production build locally (via docker):
```bash
./linux-build.sh && docker-compose up --build
```
## Deployment
App deployment:
```bash
./linux-build.sh && ./upload-to-ecr.sh
```
Nginx deployment:
```bash
./nginx-upload-to-ecr.sh
```