You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drew Short
fcaed0fe17
|
5 years ago | |
---|---|---|
assets | 5 years ago | |
bot | 5 years ago | |
data | 5 years ago | |
scripts | 5 years ago | |
test | 5 years ago | |
.dockerignore | 5 years ago | |
.gitignore | 5 years ago | |
CONTRIBUTING.md | 5 years ago | |
Dockerfile | 5 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
entrypoint.sh | 5 years ago | |
index.js | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
pipeline.yml | 5 years ago |
README.md
Baphomet
Baphomet is a bot to provide extended functionality to a matrix server
Configuration
Copy data/config.json.example to data/config.json and replace the relevent configuration variables
Running Bot
npm install
./entrypoint.sh run
Development
Requirements:
Nodejs 12 LTS
OR
Docker
Local:
npm install
#<make changes>
./entrypoint.sh run
Docker:
./scripts/run_development_docker.sh
Contributing
See CONTRIBUTING.md
License
See LICENSE.md