https://github.com/dids/hackchat
A two-way bridge between Hackmud Chat API and Discord.
https://github.com/dids/hackchat
Last synced: about 1 month ago
JSON representation
A two-way bridge between Hackmud Chat API and Discord.
- Host: GitHub
- URL: https://github.com/dids/hackchat
- Owner: Dids
- License: mit
- Created: 2020-11-23T06:58:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T08:46:12.000Z (over 5 years ago)
- Last Synced: 2025-03-20T19:07:50.172Z (about 1 year ago)
- Language: Go
- Size: 1.24 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/Dids/hackchat)
# Hackchat
A two-way bridge between Hackmud Chat API and Discord.
**NOTE:** _Work in progress, not ready for production use!_
### Usage
_TODO_
### Features (planned vs. implemented)
_TODO_
### Development
Install/build dependencies:
> make deps
Run the application:
> go run main.go
Run tests:
> make test
### License
See [LICENSE](LICENSE).