singulart ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години
..
.env.example ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години
.gitignore ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години
db.json ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години
index.js ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години
package-lock.json ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години
package.json ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години
readme.md ff0e298584 23.II-5 Implement Community Repo Changes преди 3 години

readme.md

Storage size notification bot for discord

Sends actual volume for Joystream Storage Providers to a channel every X hours or via PM with /storagesize.

Development

  • Take a copy of .env.example and add token of the bot and rename to .env
  • npm install
  • nodemon

Deployment

  • Take a copy of .env.example and add token of the bot and rename to .env
  • npm install
  • Use pm2 or any process managers to deploy
    • npm install pm2@latest -g or yarn global add pm2
    • pm2 start --name storagesize node index.js