Skip to content

fribyte-code/friBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

friBot

This repository contians the source code for the friBot on Mattermost.

Getting started

  1. Install Bun (JavaScript runtime-alternative to Node.js)
  2. Install node modules: bun install
  3. Copy .env.example to .env, using: cp .env.example .env.
  4. Add the TOKEN in your .env-file.
  5. If deploying to production, change NODE_ENV in your .env-file to "production"
  6. Start bot using: bun run start

Configuration file

There is a config file set up, config.ts.

About

Source code for the friBot on Mattermost 🤖

Resources

License

Stars

Watchers

Forks