mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 09:27:24 +00:00
LBRY Curation bot for discord interaction
Bumps [redis](https://github.com/NodeRedis/node-redis) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/NodeRedis/node-redis/releases) - [Changelog](https://github.com/NodeRedis/node-redis/blob/master/CHANGELOG.md) - [Commits](https://github.com/NodeRedis/node-redis/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
config | ||
src | ||
.eslintignore | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
package.json | ||
pm2.json | ||
README.md | ||
yarn.lock |
LBRY Curation Bot
Introduction
This bot allows the community of LBRY to support eachother through the LBRY Foundation Discord
Installation
- Pull the repo
- Install Node.JS LTS (Currently Node v12.x)
- Install Yarn (
npm install yarn -g
) - Install Redis (quickstart)
- Install LBRY-SDK
- Set your NODE_ENV (Node environment) Environment Variable to Production (
EXPORT NODE_ENV=production
) - In the
config/
folder, copy_default.js
toproduction.js
and edit the config as needed
Contributions
This bot would not be possible without the following people/software:
- LBRY Inc. and the LBRY SDK
- Eris - NodeJS Library for Discord
- LBRY Foundation
- Snazzah - Creator of the Faux command base and developer of the bot
- Coolguy3289 - Developer of the bot and command flow