A web service to sync chat groups
npm install
Access tokens are placed in .env
and group/channel names in config.yml
. Multiple "sync-groups" can be specified in config.yml
(uses the same access tokens).
See the ".example" files for help.
npm run build
npm start
npm run dev-start
or npm run dev-hot
npm run dev-debug
or npm run dev-debug-hot
Note: these commands can be launched from the VSCode "Run" tab to allow for inspection