Skip to content

ottercorp/bleatbot

 
 

Repository files navigation

aonyxbot (bleatbot)

robo-otter overlord a GitHub bot for ottercorp

Upstream: https://github.com/goatcorp/bleatbot

features

  • auto close issues
  • auto merge pull requests
  • franzbot-styled FAQ
  • DalamudPlugins issue checker
  • stale plugin PR notice
  • upcoming DIP merge notice
  • caprine operator event sending

setup

  • create a personal access token with the read:org, user, and repo scopes (TODO: figure out if bot requires more)
  • cp .env.example .env and edit as required
  • create the webhooks pointing to aonyxbot http://host:port/webhook (all events is fine)
  • install dependencies: pnpm i
  • set up the database: pnpm init
  • build the code: pnpm build
  • run the code: node ./dist/index.js or pm2 start ./dist/index.js -n bleatbot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • Shell 0.7%