Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.21 KB

cvmbotJS

A CollabVM Bot written in Javascript

How to run

  1. Copy config.example.toml -> config.toml
  2. Edit the configuration
  3. Download required dependency. Do npm install
  4. Run the bot. Do node . or node index.js

License

Licensed in GNU GENERAL PUBLIC LICENSE Version 3 (GPL-3.0-or-later)

CollabVM Version

This bot only works with CollabVM Server 1.2.ts!

Code from other sources

All code that i've taken from other sources has been labeled in JS Files.

  1. /files/Permissions.js - collab-vm-1.2.webapp/src/ts/protocol/Permissions.ts
  2. /files/Guacutils.js - collab-vm-1.2.webapp/src/ts/protocol/Guacutils.ts
  3. /index.js:93 - collabvm-1.2.ts/cvmts/src/Utilities.ts:26

Versions

  • Stable: v2.0.5
  • Latest: v2.0.6a
  • Note: I recommend you to use stable version. Latest are not considered to be fully stable yet!