Baphomet is the dedicated bot for nulloctet matrix
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 01f90c8aae Adding pipeline pieces deploy release images 4 years ago
assets Adding avatar 4 years ago
bot Updating docker configuration 4 years ago
data Implemented a working Giphy module 4 years ago
scripts Working on updated pipeline with deployment 4 years ago
test Added Mocha and an example test 4 years ago
.dockerignore Updating docker configuration 4 years ago
.gitignore Updating docker configuration 4 years ago
CONTRIBUTING.md Adding basic documentation 4 years ago
Dockerfile Updating docker configuration 4 years ago
LICENSE.md Adding basic documentation 4 years ago
README.md Working on updated pipeline with deployment 4 years ago
entrypoint.sh Updating docker configuration 4 years ago
index.js Implemented a working Giphy module 4 years ago
package-lock.json Implemented a working Giphy module 4 years ago
package.json Updating docker configuration 4 years ago
pipeline.yml Adding pipeline pieces deploy release images 4 years ago

README.md

Baphomet

Development Branch Tests: Concourse

Master Branch Tests: Concourse

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