Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LBRYFoundation/curate
LBRY Curation bot for discord interaction
https://github.com/LBRYFoundation/curate
bot discord lbry lbry-foundation
Last synced: 3 months ago
JSON representation
LBRY Curation bot for discord interaction
- Host: GitHub
- URL: https://github.com/LBRYFoundation/curate
- Owner: LBRYFoundation
- License: mit
- Created: 2020-08-11T02:32:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T21:40:31.000Z (7 months ago)
- Last Synced: 2024-05-02T03:01:54.024Z (6 months ago)
- Topics: bot, discord, lbry, lbry-foundation
- Language: JavaScript
- Homepage:
- Size: 795 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-LBRY - Curate - A discord bot that works through the LBRY SDK to allow placing supports on content creators channels. (Applications bots and addons)
README
# LBRY Curation Bot
## Introduction
This bot allows the community of LBRY to support eachother through the [LBRY Foundation Discord](https://discord.gg/UgBhwZ8)
## Installation
* Pull the repo
* Install [Node.JS LTS](https://nodejs.org/) (Currently Node v18.x)
* Install [Yarn](https://yarnpkg.com/) (`npm install yarn -g`)
* Install [Redis](https://redis.io/) ([quickstart](https://redis.io/topics/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` to `production.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
* Dysnomia - NodeJS Library for Discord, fork of Eris
* LBRY Foundation
* Snazzah - Creator of the Faux command base and developer of the bot
* Coolguy3289 - Developer of the bot and command flow