Skip to content

huo-ju/supergroup.mixin.one

 
 

Repository files navigation

Mixin Super Group

supergroup.mixin.one is the source code of "Mixin 中文群",which is an unlimited member group base on Mixin bot.

Prepare

  1. Create dir config, copy config.gocfg (under the root) into it and rename it to config.go
  2. Replace configurations in config.go, we use spanner as our database, go to Google Spanner
  3. cd web and exec npm install
  4. Replace domain, api address and clientId in webpack.config.js

Run

Server Side

  1. ./supergroup.mixin.one handle http request
  2. ./supergroup.mixin.one -service message handle messages

Front-end

Generate static assets cd web && npm run build

About

Mixin SuperGroup code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 67.6%
  • JavaScript 16.0%
  • CSS 12.0%
  • HTML 4.4%